Html Css Color HEX #727E75 Blue Smoke

📋 copy color: '#727E75'

red 114 ◦ green 126 ◦ blue 117

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

Shades of Blue Smoke #727E75

Tints of Blue Smoke #727E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 31.93%
G = 35.29%
B = 32.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#727E75 (or 0x727E75) is known color: Blue Smoke. HEX triplet: 72, 7E and 75. RGB value is (114,126,117). Sum of RGB (Red+Green+Blue) = 114+126+117=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #727E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E75 is #8D818A. Grayscale: #797979. Windows color (decimal): -9273739 or 7700082. OLE color: 7700082.

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

Color convert

RGB 114 126 117 -
CMYK 0.10 0 0.07 0.51
HSL 135º 0.05% 0.47% -
HSV(B) 135º 0.1% 0.49% -
XYZ 17.61 19.78 19.72 -
YUV 121.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 114 126 117 0.10 0 0.07 0.51 135 0.05 0.47
Hex 72 7E 75 A 0 7 33 87 5 2F
Octal 162 176 165 12 0 7 63 207 5 57
Binary 1110010 1111110 1110101 1010 0 111 110011 10000111 101 101111

Color Harmonies of #727E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E75

Black with #727E75

Text Example


Text Example

White with #727E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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