#688772

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

Shades of Sirocco #688772

Tints of Sirocco #688772

Color information

#688772 (or 0x688772) is unknown color: approx Sirocco. HEX triplet: 68, 87 and 72. RGB value is (104,135,114). Sum of RGB (Red+Green+Blue) = 104+135+114=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #688772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688772 is #97788D. Grayscale: #7B7B7B. Windows color (decimal): -9926798 or 7505768. OLE color: 7505768.

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

Color convert

RGB104135114-
CMYK0.2300.160.47
HSL139.35º12.97%46.86%-
HSV(B)139.35º22.96%52.94%-
XYZ17.4121.4919.15-
YUV123.34122.73114.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=29.46%
G=38.24%
B=32.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351140.2300.160.47139.3512.9746.86
Hex688772170102F8bd2f
Octal15020716227020572131557
Binary110100010000111111001010111010000101111100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688772; }

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

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

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

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

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

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

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

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