#67766F

Color #67766F Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #67766F

Tints of Sirocco #67766F

Color information

#67766F (or 0x67766F) is unknown color: approx Sirocco. HEX triplet: 67, 76 and 6F. RGB value is (103,118,111). Sum of RGB (Red+Green+Blue) = 103+118+111=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #67766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766F is #988990. Grayscale: #707070. Windows color (decimal): -9996689 or 7304807. OLE color: 7304807.

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

Color convert

RGB103118111-
CMYK0.1300.060.54
HSL152º6.79%43.33%-
HSV(B)152º12.71%46.27%-
XYZ14.9416.9917.53-
YUV112.72127.03121.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=31.02%
G=35.54%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031181110.1300.060.541526.7943.33
Hex67766FD06369872b
Octal147166157150666230753
Binary1100111111011011011111101011011011010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67766F; }

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

 H1.HeaderClassName
 {
   color: #67766F;
 }
 .AnyTagClassName
 {
   color: #67766F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #67766F;
 }
 .BgClassName
 {
   background-color: #67766F;
 }
</style>
border-color css

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

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

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