Html Css Color HEX #677676 Nevada

📋 copy color: '#677676'

red 103 ◦ green 118 ◦ blue 118

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

Shades of Nevada #677676

Tints of Nevada #677676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 30.38%
G = 34.81%
B = 34.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#677676 (or 0x677676) is known color: Nevada. HEX triplet: 67, 76 and 76. RGB value is (103,118,118). Sum of RGB (Red+Green+Blue) = 103+118+118=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #677676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677676 is #988989. Grayscale: #717171. Windows color (decimal): -9996682 or 7763559. OLE color: 7763559.

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

Color convert

RGB 103 118 118 -
CMYK 0.13 0 0 0.54
HSL 180º 0.07% 0.43% -
HSV(B) 180º 0.13% 0.46% -
XYZ 15.34 17.15 19.64 -
YUV 113.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 103 118 118 0.13 0 0 0.54 180 0.07 0.43
Hex 67 76 76 D 0 0 36 B4 7 2B
Octal 147 166 166 15 0 0 66 264 7 53
Binary 1100111 1110110 1110110 1101 0 0 110110 10110100 111 101011

Color Harmonies of #677676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677676

Black with #677676

Text Example


Text Example

White with #677676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677676; }

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

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

background-color css

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

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

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

border-color css

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

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

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