Html Css Color HEX #727F74 Blue Smoke

📋 copy color: '#727F74'

red 114 ◦ green 127 ◦ blue 116

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

Shades of Blue Smoke #727F74

Tints of Blue Smoke #727F74

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

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

R = 31.93%
G = 35.57%
B = 32.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#727F74 (or 0x727F74) is known color: Blue Smoke. HEX triplet: 72, 7F and 74. RGB value is (114,127,116). Sum of RGB (Red+Green+Blue) = 114+127+116=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #727F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F74 is #8D808B. Grayscale: #797979. Windows color (decimal): -9273484 or 7634802. OLE color: 7634802.

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

Color convert

RGB 114 127 116 -
CMYK 0.10 0 0.09 0.50
HSL 129.23º 0.05% 0.47% -
HSV(B) 129.23º 0.1% 0.5% -
XYZ 17.68 20.02 19.45 -
YUV 121.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 114 127 116 0.10 0 0.09 0.50 129.23 0.05 0.47
Hex 72 7F 74 A 0 9 32 81 5 2F
Octal 162 177 164 12 0 11 62 201 5 57
Binary 1110010 1111111 1110100 1010 0 1001 110010 10000001 101 101111

Color Harmonies of #727F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F74

Black with #727F74

Text Example


Text Example

White with #727F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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