#67766B

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

Shades of Sirocco #67766B

Tints of Sirocco #67766B

Color information

#67766B (or 0x67766B) is unknown color: approx Sirocco. HEX triplet: 67, 76 and 6B. RGB value is (103,118,107). Sum of RGB (Red+Green+Blue) = 103+118+107=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #67766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766B is #988994. Grayscale: #707070. Windows color (decimal): -9996693 or 7042663. OLE color: 7042663.

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

Color convert

RGB103118107-
CMYK0.1300.090.54
HSL136º6.79%43.33%-
HSV(B)136º12.71%46.27%-
XYZ14.7316.916.4-
YUV112.26125.03121.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=31.40%
G=35.98%
B=32.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031181070.1300.090.541366.7943.33
Hex67766BD09368872b
Octal1471661531501166210753
Binary11001111110110110101111010100111011010001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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