#67756C

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

Shades of Sirocco #67756C

Tints of Sirocco #67756C

Color information

#67756C (or 0x67756C) is unknown color: approx Sirocco. HEX triplet: 67, 75 and 6C. RGB value is (103,117,108). Sum of RGB (Red+Green+Blue) = 103+117+108=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #67756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756C is #988A93. Grayscale: #6F6F6F. Windows color (decimal): -9996948 or 7107943. OLE color: 7107943.

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

Color convert

RGB103117108-
CMYK0.1200.080.54
HSL141.43º6.36%43.14%-
HSV(B)141.43º11.97%45.88%-
XYZ14.6616.6916.64-
YUV111.79125.86121.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=31.40%
G=35.67%
B=32.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171080.1200.080.54141.436.3643.14
Hex67756CC08368d62b
Octal1471651541401066215653
Binary11001111110101110110011000100011011010001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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