Html Css Color HEX #727D75 Blue Smoke

📋 copy color: '#727D75'

red 114 ◦ green 125 ◦ blue 117

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

Shades of Blue Smoke #727D75

Tints of Blue Smoke #727D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 32.02%
G = 35.11%
B = 32.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#727D75 (or 0x727D75) is known color: Blue Smoke. HEX triplet: 72, 7D and 75. RGB value is (114,125,117). Sum of RGB (Red+Green+Blue) = 114+125+117=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #727D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D75 is #8D828A. Grayscale: #787878. Windows color (decimal): -9273995 or 7699826. OLE color: 7699826.

HSL color Cylindrical-coordinate representation of color #727D75: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727D75 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 117 -
CMYK 0.09 0 0.06 0.51
HSL 136.36º 0.05% 0.47% -
HSV(B) 136.36º 0.09% 0.49% -
XYZ 17.48 19.53 19.68 -
YUV 120.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 114 125 117 0.09 0 0.06 0.51 136.36 0.05 0.47
Hex 72 7D 75 9 0 6 33 88 5 2F
Octal 162 175 165 11 0 6 63 210 5 57
Binary 1110010 1111101 1110101 1001 0 110 110011 10001000 101 101111

Color Harmonies of #727D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D75

Black with #727D75

Text Example


Text Example

White with #727D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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