Html Css Color HEX #727E74 Blue Smoke

📋 copy color: '#727E74'

red 114 ◦ green 126 ◦ blue 116

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

Shades of Blue Smoke #727E74

Tints of Blue Smoke #727E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 32.02%
G = 35.39%
B = 32.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#727E74 (or 0x727E74) is known color: Blue Smoke. HEX triplet: 72, 7E and 74. RGB value is (114,126,116). Sum of RGB (Red+Green+Blue) = 114+126+116=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #727E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E74 is #8D818B. Grayscale: #797979. Windows color (decimal): -9273740 or 7634546. OLE color: 7634546.

HSL color Cylindrical-coordinate representation of color #727E74: hue angle of 130º 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 #727E74 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 126 116 -
CMYK 0.10 0 0.08 0.51
HSL 130º 0.05% 0.47% -
HSV(B) 130º 0.1% 0.49% -
XYZ 17.55 19.76 19.41 -
YUV 121.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 114 126 116 0.10 0 0.08 0.51 130 0.05 0.47
Hex 72 7E 74 A 0 8 33 82 5 2F
Octal 162 176 164 12 0 10 63 202 5 57
Binary 1110010 1111110 1110100 1010 0 1000 110011 10000010 101 101111

Color Harmonies of #727E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E74

Black with #727E74

Text Example


Text Example

White with #727E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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