#68776C

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

Shades of Sirocco #68776C

Tints of Sirocco #68776C

Color information

#68776C (or 0x68776C) is unknown color: approx Sirocco. HEX triplet: 68, 77 and 6C. RGB value is (104,119,108). Sum of RGB (Red+Green+Blue) = 104+119+108=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #68776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776C is #978893. Grayscale: #717171. Windows color (decimal): -9930900 or 7108456. OLE color: 7108456.

HSL color Cylindrical-coordinate representation of color #68776C: hue angle of 136º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68776C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB104119108-
CMYK0.1300.090.53
HSL136º6.73%43.73%-
HSV(B)136º12.61%46.67%-
XYZ15.0117.2216.72-
YUV113.26125.03121.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=31.42%
G=35.95%
B=32.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191080.1300.090.531366.7343.73
Hex68776CD09358872c
Octal1501671541501165210754
Binary11010001110111110110011010100111010110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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