#75867D

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

Shades of Sirocco #75867D

Tints of Sirocco #75867D

Color information

#75867D (or 0x75867D) is unknown color: approx Sirocco. HEX triplet: 75, 86 and 7D. RGB value is (117,134,125). Sum of RGB (Red+Green+Blue) = 117+134+125=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #75867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75867D is #8A7982. Grayscale: #7F7F7F. Windows color (decimal): -9075075 or 8226421. OLE color: 8226421.

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

Color convert

RGB117134125-
CMYK0.1300.070.47
HSL148.24º6.77%49.22%-
HSV(B)148.24º12.69%52.55%-
XYZ19.5622.3122.68-
YUV127.89126.37120.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=31.12%
G=35.64%
B=33.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341250.1300.070.47148.246.7749.22
Hex75867DD072F94731
Octal165206175150757224761
Binary11101011000011011111011101011110111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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