#747575

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

Shades of Nevada #747575

Tints of Nevada #747575

Color information

#747575 (or 0x747575) is unknown color: approx Nevada. HEX triplet: 74, 75 and 75. RGB value is (116,117,117). Sum of RGB (Red+Green+Blue) = 116+117+117=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #747575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747575 is #8B8A8A. Grayscale: #747474. Windows color (decimal): -9144971 or 7697780. OLE color: 7697780.

HSL color Cylindrical-coordinate representation of color #747575: hue angle of 180º 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 #747575 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116117117-
CMYK0.01000.54
HSL180º0.43%45.69%-
HSV(B)180º0.85%45.88%-
XYZ16.7717.7219.37-
YUV116.7128.17127.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171170.01000.541800.4345.69
Hex74757510036b402e
Octal16416516510066264056
Binary111010011101011110101100110110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747575; }

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

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

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

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

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

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

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

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