Html Css Color HEX #727475 Mid Grey

📋 copy color: '#727475'

red 114 ◦ green 116 ◦ blue 117

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

Shades of Mid Grey #727475

Tints of Mid Grey #727475

RGB

 RED value IS 114 (44.92% from 255) = 32.85%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 32.85%
G = 33.43%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#727475 (or 0x727475) is known color: Mid Grey. HEX triplet: 72, 74 and 75. RGB value is (114,116,117). Sum of RGB (Red+Green+Blue) = 114+116+117=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 117 - color contains mainly: blue. Hex color #727475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727475 is #8D8B8A. Grayscale: #737373. Windows color (decimal): -9276299 or 7697522. OLE color: 7697522.

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

Color convert

RGB 114 116 117 -
CMYK 0.03 0.01 0 0.54
HSL 200º 0.01% 0.45% -
HSV(B) 200º 0.03% 0.46% -
XYZ 16.4 17.35 19.31 -
YUV 115.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 114 116 117 0.03 0.01 0 0.54 200 0.01 0.45
Hex 72 74 75 3 1 0 36 C8 1 2D
Octal 162 164 165 3 1 0 66 310 1 55
Binary 1110010 1110100 1110101 11 1 0 110110 11001000 1 101101

Color Harmonies of #727475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727475

Black with #727475

Text Example


Text Example

White with #727475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727475; }

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

 H1.HeaderClassName
 {
   color: #727475;
 }
 .AnyTagClassName
 {
   color: #727475;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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