Html Css Color HEX #7E9281 Blue Smoke

📋 copy color: '#7E9281'

red 126 ◦ green 146 ◦ blue 129

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

Shades of Blue Smoke #7E9281

Tints of Blue Smoke #7E9281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 31.42%
G = 36.41%
B = 32.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#7E9281 (or 0x7E9281) is known color: Blue Smoke. HEX triplet: 7E, 92 and 81. RGB value is (126,146,129). Sum of RGB (Red+Green+Blue) = 126+146+129=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9281 is #816D7E. Grayscale: #8A8A8A. Windows color (decimal): -8482175 or 8491646. OLE color: 8491646.

HSL color Cylindrical-coordinate representation of color #7E9281: hue angle of 129º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9281 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 146 129 -
CMYK 0.14 0 0.12 0.43
HSL 129º 0.08% 0.53% -
HSV(B) 129º 0.14% 0.57% -
XYZ 22.85 26.58 24.69 -
YUV 138.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 126 146 129 0.14 0 0.12 0.43 129 0.08 0.53
Hex 7E 92 81 E 0 C 2B 81 8 35
Octal 176 222 201 16 0 14 53 201 10 65
Binary 1111110 10010010 10000001 1110 0 1100 101011 10000001 1000 110101

Color Harmonies of #7E9281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9281

Black with #7E9281

Text Example


Text Example

White with #7E9281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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