Html Css Color HEX #747575 Nevada

📋 copy color: '#747575'

red 116 ◦ green 117 ◦ blue 117

#747575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #747575

Tints of Nevada #747575

RGB

 RED value IS 116 (45.7% 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 value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747575 (or 0x747575) is known color: 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

RGB 116 117 117 -
CMYK 0.01 0 0 0.54
HSL 180º 0% 0.46% -
HSV(B) 180º 0.01% 0.46% -
XYZ 16.77 17.72 19.37 -
YUV 116.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 116 117 117 0.01 0 0 0.54 180 0 0.46
Hex 74 75 75 1 0 0 36 B4 0 2E
Octal 164 165 165 1 0 0 66 264 0 56
Binary 1110100 1110101 1110101 1 0 0 110110 10110100 0 101110

Color Harmonies of #747575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747575

Black with #747575

Text Example


Text Example

White with #747575

Text Example


Text Example

HTML Codes & Css Web 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>