#728078

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

Shades of Sirocco #728078

Tints of Sirocco #728078

Color information

#728078 (or 0x728078) is unknown color: approx Sirocco. HEX triplet: 72, 80 and 78. RGB value is (114,128,120). Sum of RGB (Red+Green+Blue) = 114+128+120=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #728078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728078 is #8D7F87. Grayscale: #7A7A7A. Windows color (decimal): -9273224 or 7897202. OLE color: 7897202.

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

Color convert

RGB114128120-
CMYK0.1100.060.50
HSL145.71º5.79%47.45%-
HSV(B)145.71º10.94%50.2%-
XYZ18.0520.3720.75-
YUV122.9126.36121.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=31.49%
G=35.36%
B=33.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141281200.1100.060.50145.715.7947.45
Hex728078B06329262f
Octal162200170130662222657
Binary11100101000000011110001011011011001010010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728078; }

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

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

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

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

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

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

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

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