#747876

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

Shades of Sirocco #747876

Tints of Sirocco #747876

Color information

#747876 (or 0x747876) is unknown color: approx Sirocco. HEX triplet: 74, 78 and 76. RGB value is (116,120,118). Sum of RGB (Red+Green+Blue) = 116+120+118=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 120 - color contains mainly: green. Hex color #747876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747876 is #8B8789. Grayscale: #767676. Windows color (decimal): -9144202 or 7764084. OLE color: 7764084.

HSL color Cylindrical-coordinate representation of color #747876: hue angle of 150º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747876 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB116120118-
CMYK0.0300.020.53
HSL150º1.69%46.27%-
HSV(B)150º3.33%47.06%-
XYZ17.1918.4519.8-
YUV118.58127.67126.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=32.77%
G=33.90%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201180.0300.020.531501.6946.27
Hex747876302359622e
Octal16417016630265226256
Binary111010011110001110110110101101011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747876; }

 p { color: rgb(116,120,118); }

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

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

 a { background-color: rgb(116,120,118); }

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

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

 span { border-color: rgb(116,120,118); }

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