#75847D

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

Shades of Sirocco #75847D

Tints of Sirocco #75847D

Color information

#75847D (or 0x75847D) is unknown color: approx Sirocco. HEX triplet: 75, 84 and 7D. RGB value is (117,132,125). Sum of RGB (Red+Green+Blue) = 117+132+125=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #75847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75847D is #8A7B82. Grayscale: #7E7E7E. Windows color (decimal): -9075587 or 8225909. OLE color: 8225909.

HSL color Cylindrical-coordinate representation of color #75847D: hue angle of 152º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75847D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB117132125-
CMYK0.1100.050.48
HSL152º6.02%48.82%-
HSV(B)152º11.36%51.76%-
XYZ19.2921.7722.59-
YUV126.72127.03121.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=31.28%
G=35.29%
B=33.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321250.1100.050.481526.0248.82
Hex75847DB053098631
Octal165204175130560230661
Binary11101011000010011111011011010111000010011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75847D; }

 p { color: rgb(117,132,125); }

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

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

 a { background-color: rgb(117,132,125); }

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

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

 span { border-color: rgb(117,132,125); }

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