#747574

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

Shades of Boulder #747574

Tints of Boulder #747574

Color information

#747574 (or 0x747574) is unknown color: approx Boulder. HEX triplet: 74, 75 and 74. RGB value is (116,117,116). Sum of RGB (Red+Green+Blue) = 116+117+116=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 117 - color contains mainly: green. Hex color #747574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747574 is #8B8A8B. Grayscale: #747474. Windows color (decimal): -9144972 or 7632244. OLE color: 7632244.

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

Color convert

RGB116117116-
CMYK0.0100.010.54
HSL120º0.43%45.69%-
HSV(B)120º0.85%45.88%-
XYZ16.7217.719.06-
YUV116.59127.67127.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=33.24%
G=33.52%
B=33.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171160.0100.010.541200.4345.69
Hex747574101367802e
Octal16416516410166170056
Binary11101001110101111010010111011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747574; }

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

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

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

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

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

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

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

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