Html Css Color HEX #7E8D81 Blue Smoke

📋 copy color: '#7E8D81'

red 126 ◦ green 141 ◦ blue 129

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

Shades of Blue Smoke #7E8D81

Tints of Blue Smoke #7E8D81

RGB

 RED value IS 126 (49.61% from 255) = 31.82%

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 31.82%
G = 35.61%
B = 32.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#7E8D81 (or 0x7E8D81) is known color: Blue Smoke. HEX triplet: 7E, 8D and 81. RGB value is (126,141,129). Sum of RGB (Red+Green+Blue) = 126+141+129=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8D81 is #81727E. Grayscale: #878787. Windows color (decimal): -8483455 or 8490366. OLE color: 8490366.

HSL color Cylindrical-coordinate representation of color #7E8D81: hue angle of 132º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8D81 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 141 129 -
CMYK 0.11 0 0.09 0.45
HSL 132º 0.06% 0.52% -
HSV(B) 132º 0.11% 0.55% -
XYZ 22.09 25.07 24.44 -
YUV 135.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 126 141 129 0.11 0 0.09 0.45 132 0.06 0.52
Hex 7E 8D 81 B 0 9 2D 84 6 34
Octal 176 215 201 13 0 11 55 204 6 64
Binary 1111110 10001101 10000001 1011 0 1001 101101 10000100 110 110100

Color Harmonies of #7E8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8D81

Black with #7E8D81

Text Example


Text Example

White with #7E8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E8D81; }

 p { color: rgb(126,141,129); }

 H1.HeaderClassName
 {
   color: #7E8D81;
 }
 .AnyTagClassName
 {
   color: #7E8D81;
 }
</style>

background-color css

<style>
 a { background-color: #7E8D81; }

 a { background-color: rgb(126,141,129); }

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

border-color css

<style>
 span { border-color: #7E8D81; }

 span { border-color: rgb(126,141,129); }

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