#68776F

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

Shades of Sirocco #68776F

Tints of Sirocco #68776F

Color information

#68776F (or 0x68776F) is unknown color: approx Sirocco. HEX triplet: 68, 77 and 6F. RGB value is (104,119,111). Sum of RGB (Red+Green+Blue) = 104+119+111=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #68776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776F is #978890. Grayscale: #717171. Windows color (decimal): -9930897 or 7305064. OLE color: 7305064.

HSL color Cylindrical-coordinate representation of color #68776F: hue angle of 148º 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 #68776F is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB104119111-
CMYK0.1300.070.53
HSL148º6.73%43.73%-
HSV(B)148º12.61%46.67%-
XYZ15.1717.2817.58-
YUV113.6126.53121.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=31.14%
G=35.63%
B=33.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191110.1300.070.531486.7343.73
Hex68776FD07359472c
Octal150167157150765224754
Binary1101000111011111011111101011111010110010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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