#688072

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

Shades of Sirocco #688072

Tints of Sirocco #688072

Color information

#688072 (or 0x688072) is unknown color: approx Sirocco. HEX triplet: 68, 80 and 72. RGB value is (104,128,114). Sum of RGB (Red+Green+Blue) = 104+128+114=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #688072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688072 is #977F8D. Grayscale: #777777. Windows color (decimal): -9928590 or 7503976. OLE color: 7503976.

HSL color Cylindrical-coordinate representation of color #688072: hue angle of 145º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688072 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB104128114-
CMYK0.1900.110.50
HSL145º10.34%45.49%-
HSV(B)145º18.75%50.2%-
XYZ16.4719.618.83-
YUV119.23125.05117.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=30.06%
G=36.99%
B=32.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281140.1900.110.5014510.3445.49
Hex688072130B3291a2d
Octal15020016223013622211255
Binary11010001000000011100101001101011110010100100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688072; }

 p { color: rgb(104,128,114); }

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

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

 a { background-color: rgb(104,128,114); }

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

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

 span { border-color: rgb(104,128,114); }

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