Html Css Color HEX #727F76 Blue Smoke

📋 copy color: '#727F76'

red 114 ◦ green 127 ◦ blue 118

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

Shades of Blue Smoke #727F76

Tints of Blue Smoke #727F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 31.75%
G = 35.38%
B = 32.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#727F76 (or 0x727F76) is known color: Blue Smoke. HEX triplet: 72, 7F and 76. RGB value is (114,127,118). Sum of RGB (Red+Green+Blue) = 114+127+118=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #727F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F76 is #8D8089. Grayscale: #7A7A7A. Windows color (decimal): -9273482 or 7765874. OLE color: 7765874.

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

Color convert

RGB 114 127 118 -
CMYK 0.10 0 0.07 0.50
HSL 138.46º 0.05% 0.47% -
HSV(B) 138.46º 0.1% 0.5% -
XYZ 17.8 20.06 20.07 -
YUV 122.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 114 127 118 0.10 0 0.07 0.50 138.46 0.05 0.47
Hex 72 7F 76 A 0 7 32 8A 5 2F
Octal 162 177 166 12 0 7 62 212 5 57
Binary 1110010 1111111 1110110 1010 0 111 110010 10001010 101 101111

Color Harmonies of #727F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F76

Black with #727F76

Text Example


Text Example

White with #727F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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