Html Css Color HEX #677677 Nevada

📋 copy color: '#677677'

red 103 ◦ green 118 ◦ blue 119

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

Shades of Nevada #677677

Tints of Nevada #677677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 30.29%
G = 34.71%
B = 35%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#677677 (or 0x677677) is known color: Nevada. HEX triplet: 67, 76 and 77. RGB value is (103,118,119). Sum of RGB (Red+Green+Blue) = 103+118+119=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #677677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677677 is #988988. Grayscale: #717171. Windows color (decimal): -9996681 or 7829095. OLE color: 7829095.

HSL color Cylindrical-coordinate representation of color #677677: hue angle of 183.75º 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 #677677 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 118 119 -
CMYK 0.13 0.01 0 0.53
HSL 183.75º 0.07% 0.44% -
HSV(B) 183.75º 0.13% 0.47% -
XYZ 15.4 17.17 19.96 -
YUV 113.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 103 118 119 0.13 0.01 0 0.53 183.75 0.07 0.44
Hex 67 76 77 D 1 0 35 B8 7 2C
Octal 147 166 167 15 1 0 65 270 7 54
Binary 1100111 1110110 1110111 1101 1 0 110101 10111000 111 101100

Color Harmonies of #677677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677677

Black with #677677

Text Example


Text Example

White with #677677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677677; }

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

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

background-color css

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

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

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

border-color css

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

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

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