#678572

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

Shades of Sirocco #678572

Tints of Sirocco #678572

Color information

#678572 (or 0x678572) is unknown color: approx Sirocco. HEX triplet: 67, 85 and 72. RGB value is (103,133,114). Sum of RGB (Red+Green+Blue) = 103+133+114=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #678572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678572 is #987A8D. Grayscale: #797979. Windows color (decimal): -9992846 or 7505255. OLE color: 7505255.

HSL color Cylindrical-coordinate representation of color #678572: hue angle of 142º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678572 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB103133114-
CMYK0.2300.140.48
HSL142º12.71%46.27%-
HSV(B)142º22.56%52.16%-
XYZ17.0220.8719.05-
YUV121.86123.56114.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=29.43%
G=38%
B=32.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031331140.2300.140.4814212.7146.27
Hex678572170E308ed2e
Octal14720516227016602161556
Binary11001111000010111100101011101110110000100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678572; }

 p { color: rgb(103,133,114); }

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

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

 a { background-color: rgb(103,133,114); }

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

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

 span { border-color: rgb(103,133,114); }

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