Html Css Color HEX #6C7676 Nevada

📋 copy color: '#6C7676'

red 108 ◦ green 118 ◦ blue 118

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

Shades of Nevada #6C7676

Tints of Nevada #6C7676

RGB

 RED value IS 108 (42.58% from 255) = 31.4%

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

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

R = 31.4%
G = 34.3%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C7676 (or 0x6C7676) is known color: Nevada. HEX triplet: 6C, 76 and 76. RGB value is (108,118,118). Sum of RGB (Red+Green+Blue) = 108+118+118=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #6C7676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7676 is #938989. Grayscale: #727272. Windows color (decimal): -9669002 or 7763564. OLE color: 7763564.

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

Color convert

RGB 108 118 118 -
CMYK 0.08 0 0 0.54
HSL 180º 0.04% 0.44% -
HSV(B) 180º 0.08% 0.46% -
XYZ 15.93 17.45 19.67 -
YUV 115.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 108 118 118 0.08 0 0 0.54 180 0.04 0.44
Hex 6C 76 76 8 0 0 36 B4 4 2C
Octal 154 166 166 10 0 0 66 264 4 54
Binary 1101100 1110110 1110110 1000 0 0 110110 10110100 100 101100

Color Harmonies of #6C7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7676

Black with #6C7676

Text Example


Text Example

White with #6C7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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