#67756D

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

Shades of Sirocco #67756D

Tints of Sirocco #67756D

Color information

#67756D (or 0x67756D) is unknown color: approx Sirocco. HEX triplet: 67, 75 and 6D. RGB value is (103,117,109). Sum of RGB (Red+Green+Blue) = 103+117+109=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #67756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756D is #988A92. Grayscale: #6F6F6F. Windows color (decimal): -9996947 or 7173479. OLE color: 7173479.

HSL color Cylindrical-coordinate representation of color #67756D: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67756D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB103117109-
CMYK0.1200.070.54
HSL145.71º6.36%43.14%-
HSV(B)145.71º11.97%45.88%-
XYZ14.7216.7116.92-
YUV111.9126.36121.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=31.31%
G=35.56%
B=33.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171090.1200.070.54145.716.3643.14
Hex67756DC07369262b
Octal147165155140766222653
Binary1100111111010111011011100011111011010010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67756D; }

 p { color: rgb(103,117,109); }

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

<style>
 a { background-color: #67756D; }

 a { background-color: rgb(103,117,109); }

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

<style>
 span { border-color: #67756D; }

 span { border-color: rgb(103,117,109); }

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