Html Css Color HEX #6C766F Sirocco

📋 copy color: '#6C766F'

red 108 ◦ green 118 ◦ blue 111

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

Shades of Sirocco #6C766F

Tints of Sirocco #6C766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 32.05%
G = 35.01%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#6C766F (or 0x6C766F) is known color: Sirocco. HEX triplet: 6C, 76 and 6F. RGB value is (108,118,111). Sum of RGB (Red+Green+Blue) = 108+118+111=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #6C766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C766F is #938990. Grayscale: #727272. Windows color (decimal): -9669009 or 7304812. OLE color: 7304812.

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

Color convert

RGB 108 118 111 -
CMYK 0.08 0 0.06 0.54
HSL 138º 0.04% 0.44% -
HSV(B) 138º 0.08% 0.46% -
XYZ 15.53 17.29 17.56 -
YUV 114.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 108 118 111 0.08 0 0.06 0.54 138 0.04 0.44
Hex 6C 76 6F 8 0 6 36 8A 4 2C
Octal 154 166 157 10 0 6 66 212 4 54
Binary 1101100 1110110 1101111 1000 0 110 110110 10001010 100 101100

Color Harmonies of #6C766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C766F

Black with #6C766F

Text Example


Text Example

White with #6C766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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