Html Css Color HEX #6C776F Sirocco

📋 copy color: '#6C776F'

red 108 ◦ green 119 ◦ blue 111

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

Shades of Sirocco #6C776F

Tints of Sirocco #6C776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

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

R = 31.95%
G = 35.21%
B = 32.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#6C776F (or 0x6C776F) is known color: Sirocco. HEX triplet: 6C, 77 and 6F. RGB value is (108,119,111). Sum of RGB (Red+Green+Blue) = 108+119+111=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776F is #938890. Grayscale: #727272. Windows color (decimal): -9668753 or 7305068. OLE color: 7305068.

HSL color Cylindrical-coordinate representation of color #6C776F: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C776F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 119 111 -
CMYK 0.09 0 0.07 0.53
HSL 136.36º 0.05% 0.45% -
HSV(B) 136.36º 0.09% 0.47% -
XYZ 15.65 17.53 17.6 -
YUV 114.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 108 119 111 0.09 0 0.07 0.53 136.36 0.05 0.45
Hex 6C 77 6F 9 0 7 35 88 5 2D
Octal 154 167 157 11 0 7 65 210 5 55
Binary 1101100 1110111 1101111 1001 0 111 110101 10001000 101 101101

Color Harmonies of #6C776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C776F

Black with #6C776F

Text Example


Text Example

White with #6C776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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