#708278

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

Shades of Sirocco #708278

Tints of Sirocco #708278

Color information

#708278 (or 0x708278) is unknown color: approx Sirocco. HEX triplet: 70, 82 and 78. RGB value is (112,130,120). Sum of RGB (Red+Green+Blue) = 112+130+120=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #708278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708278 is #8F7D87. Grayscale: #7B7B7B. Windows color (decimal): -9403784 or 7897712. OLE color: 7897712.

HSL color Cylindrical-coordinate representation of color #708278: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #708278 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB112130120-
CMYK0.1400.080.49
HSL146.67º7.44%47.45%-
HSV(B)146.67º13.85%50.98%-
XYZ18.0520.7720.83-
YUV123.48126.04119.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=30.94%
G=35.91%
B=33.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301200.1400.080.49146.677.4447.45
Hex708278E08319372f
Octal1602021701601061223757
Binary111000010000010111100011100100011000110010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708278; }

 p { color: rgb(112,130,120); }

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

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

 a { background-color: rgb(112,130,120); }

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

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

 span { border-color: rgb(112,130,120); }

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