#747675

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

Shades of Sirocco #747675

Tints of Sirocco #747675

Color information

#747675 (or 0x747675) is unknown color: approx Sirocco. HEX triplet: 74, 76 and 75. RGB value is (116,118,117). Sum of RGB (Red+Green+Blue) = 116+118+117=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 118 - color contains mainly: green. Hex color #747675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747675 is #8B898A. Grayscale: #757575. Windows color (decimal): -9144715 or 7698036. OLE color: 7698036.

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

Color convert

RGB116118117-
CMYK0.0200.010.54
HSL150º0.85%45.88%-
HSV(B)150º1.69%46.27%-
XYZ16.8917.9519.4-
YUV117.29127.84127.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=33.05%
G=33.62%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181170.0200.010.541500.8545.88
Hex747675201369612e
Octal16416616520166226156
Binary1110100111011011101011001110110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747675; }

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

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

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

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

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

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

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

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