Html Css Color HEX #677575 Nevada

📋 copy color: '#677575'

red 103 ◦ green 117 ◦ blue 117

#677575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #677575

Tints of Nevada #677575

RGB

 RED value IS 103 (40.63% from 255) = 30.56%

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 30.56%
G = 34.72%
B = 34.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#677575 (or 0x677575) is known color: Nevada. HEX triplet: 67, 75 and 75. RGB value is (103,117,117). Sum of RGB (Red+Green+Blue) = 103+117+117=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #677575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677575 is #988A8A. Grayscale: #707070. Windows color (decimal): -9996939 or 7697767. OLE color: 7697767.

HSL color Cylindrical-coordinate representation of color #677575: hue angle of 180º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677575 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 117 117 -
CMYK 0.12 0 0 0.54
HSL 180º 0.06% 0.43% -
HSV(B) 180º 0.12% 0.46% -
XYZ 15.17 16.89 19.29 -
YUV 112.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 103 117 117 0.12 0 0 0.54 180 0.06 0.43
Hex 67 75 75 C 0 0 36 B4 6 2B
Octal 147 165 165 14 0 0 66 264 6 53
Binary 1100111 1110101 1110101 1100 0 0 110110 10110100 110 101011

Color Harmonies of #677575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677575

Black with #677575

Text Example


Text Example

White with #677575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677575; }

 p { color: rgb(103,117,117); }

 H1.HeaderClassName
 {
   color: #677575;
 }
 .AnyTagClassName
 {
   color: #677575;
 }
</style>

background-color css

<style>
 a { background-color: #677575; }

 a { background-color: rgb(103,117,117); }

 div.DivClassName
 {
   background-color: #677575;
 }
 .BgClassName
 {
   background-color: #677575;
 }
</style>

border-color css

<style>
 span { border-color: #677575; }

 span { border-color: rgb(103,117,117); }

 td.TdClassName
 {
   border-color: #677575;
 }
 .TagClassName
 {
   border-color: #677575;
 }
</style>