#68786F

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

Shades of Sirocco #68786F

Tints of Sirocco #68786F

Color information

#68786F (or 0x68786F) is unknown color: approx Sirocco. HEX triplet: 68, 78 and 6F. RGB value is (104,120,111). Sum of RGB (Red+Green+Blue) = 104+120+111=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #68786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68786F is #978790. Grayscale: #727272. Windows color (decimal): -9930641 or 7305320. OLE color: 7305320.

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

Color convert

RGB104120111-
CMYK0.1300.080.53
HSL146.25º7.14%43.92%-
HSV(B)146.25º13.33%47.06%-
XYZ15.2917.5217.62-
YUV114.19126.2120.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=31.04%
G=35.82%
B=33.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041201110.1300.080.53146.257.1443.92
Hex68786FD08359272c
Octal1501701571501065222754
Binary11010001111000110111111010100011010110010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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