Html Css Color HEX #677777 Nevada

📋 copy color: '#677777'

red 103 ◦ green 119 ◦ blue 119

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

Shades of Nevada #677777

Tints of Nevada #677777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 30.21%
G = 34.9%
B = 34.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#677777 (or 0x677777) is known color: Nevada. HEX triplet: 67, 77 and 77. RGB value is (103,119,119). Sum of RGB (Red+Green+Blue) = 103+119+119=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #677777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677777 is #988888. Grayscale: #727272. Windows color (decimal): -9996425 or 7829351. OLE color: 7829351.

HSL color Cylindrical-coordinate representation of color #677777: hue angle of 180º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677777 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 119 -
CMYK 0.13 0 0 0.53
HSL 180º 0.07% 0.44% -
HSV(B) 180º 0.13% 0.47% -
XYZ 15.52 17.41 20 -
YUV 114.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 103 119 119 0.13 0 0 0.53 180 0.07 0.44
Hex 67 77 77 D 0 0 35 B4 7 2C
Octal 147 167 167 15 0 0 65 264 7 54
Binary 1100111 1110111 1110111 1101 0 0 110101 10110100 111 101100

Color Harmonies of #677777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677777

Black with #677777

Text Example


Text Example

White with #677777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677777; }

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

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

background-color css

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

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

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

border-color css

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

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

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