#68766C

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

Shades of Sirocco #68766C

Tints of Sirocco #68766C

Color information

#68766C (or 0x68766C) is unknown color: approx Sirocco. HEX triplet: 68, 76 and 6C. RGB value is (104,118,108). Sum of RGB (Red+Green+Blue) = 104+118+108=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #68766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766C is #978993. Grayscale: #707070. Windows color (decimal): -9931156 or 7108200. OLE color: 7108200.

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

Color convert

RGB104118108-
CMYK0.1200.080.54
HSL137.14º6.31%43.53%-
HSV(B)137.14º11.86%46.27%-
XYZ14.8916.9816.68-
YUV112.67125.36121.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=31.52%
G=35.76%
B=32.73%

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
Decimal1041181080.1200.080.54137.146.3143.53
Hex68766CC08368962c
Octal1501661541401066211654
Binary11010001110110110110011000100011011010001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,118,108); }

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

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

 a { background-color: rgb(104,118,108); }

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

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

 span { border-color: rgb(104,118,108); }

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