Html Css Color HEX #6C766E Sirocco

📋 copy color: '#6C766E'

red 108 ◦ green 118 ◦ blue 110

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

Shades of Sirocco #6C766E

Tints of Sirocco #6C766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 32.14%
G = 35.12%
B = 32.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#6C766E (or 0x6C766E) is known color: Sirocco. HEX triplet: 6C, 76 and 6E. RGB value is (108,118,110). Sum of RGB (Red+Green+Blue) = 108+118+110=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #6C766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C766E is #938991. Grayscale: #727272. Windows color (decimal): -9669010 or 7239276. OLE color: 7239276.

HSL color Cylindrical-coordinate representation of color #6C766E: hue angle of 132º 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 #6C766E is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 110 -
CMYK 0.08 0 0.07 0.54
HSL 132º 0.04% 0.44% -
HSV(B) 132º 0.08% 0.46% -
XYZ 15.48 17.27 17.27 -
YUV 114.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 108 118 110 0.08 0 0.07 0.54 132 0.04 0.44
Hex 6C 76 6E 8 0 7 36 84 4 2C
Octal 154 166 156 10 0 7 66 204 4 54
Binary 1101100 1110110 1101110 1000 0 111 110110 10000100 100 101100

Color Harmonies of #6C766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C766E

Black with #6C766E

Text Example


Text Example

White with #6C766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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