#74877D

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

Shades of Sirocco #74877D

Tints of Sirocco #74877D

Color information

#74877D (or 0x74877D) is unknown color: approx Sirocco. HEX triplet: 74, 87 and 7D. RGB value is (116,135,125). Sum of RGB (Red+Green+Blue) = 116+135+125=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #74877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877D is #8B7882. Grayscale: #808080. Windows color (decimal): -9140355 or 8226676. OLE color: 8226676.

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

Color convert

RGB116135125-
CMYK0.1400.070.47
HSL148.42º7.57%49.22%-
HSV(B)148.42º14.07%52.94%-
XYZ19.5722.5222.72-
YUV128.18126.21119.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=30.85%
G=35.90%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351250.1400.070.47148.427.5749.22
Hex74877DE072F94831
Octal1642071751607572241061
Binary111010010000111111110111100111101111100101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,135,125); }

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

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

 a { background-color: rgb(116,135,125); }

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

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

 span { border-color: rgb(116,135,125); }

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