#75827B

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

Shades of Sirocco #75827B

Tints of Sirocco #75827B

Color information

#75827B (or 0x75827B) is unknown color: approx Sirocco. HEX triplet: 75, 82 and 7B. RGB value is (117,130,123). Sum of RGB (Red+Green+Blue) = 117+130+123=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #75827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75827B is #8A7D84. Grayscale: #7D7D7D. Windows color (decimal): -9076101 or 8094325. OLE color: 8094325.

HSL color Cylindrical-coordinate representation of color #75827B: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75827B is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB117130123-
CMYK0.100.050.49
HSL147.69º5.26%48.43%-
HSV(B)147.69º10%50.98%-
XYZ18.8921.1821.83-
YUV125.32126.69122.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=31.62%
G=35.14%
B=33.24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301230.100.050.49147.695.2648.43
Hex75827BA053194530
Octal165202173120561224560
Binary11101011000001011110111010010111000110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75827B; }

 p { color: rgb(117,130,123); }

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

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

 a { background-color: rgb(117,130,123); }

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

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

 span { border-color: rgb(117,130,123); }

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