#73807A

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

Shades of Sirocco #73807A

Tints of Sirocco #73807A

Color information

#73807A (or 0x73807A) is unknown color: approx Sirocco. HEX triplet: 73, 80 and 7A. RGB value is (115,128,122). Sum of RGB (Red+Green+Blue) = 115+128+122=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #73807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73807A is #8C7F85. Grayscale: #7B7B7B. Windows color (decimal): -9207686 or 8028275. OLE color: 8028275.

HSL color Cylindrical-coordinate representation of color #73807A: hue angle of 152.31º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73807A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB115128122-
CMYK0.1000.050.50
HSL152.31º5.35%47.65%-
HSV(B)152.31º10.16%50.2%-
XYZ18.320.4921.4-
YUV123.43127.19121.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=31.51%
G=35.07%
B=33.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151281220.1000.050.50152.315.3547.65
Hex73807AA053298530
Octal163200172120562230560
Binary11100111000000011110101010010111001010011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73807A; }

 p { color: rgb(115,128,122); }

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

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

 a { background-color: rgb(115,128,122); }

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

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

 span { border-color: rgb(115,128,122); }

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