Html Css Color HEX #7E9081 Blue Smoke

📋 copy color: '#7E9081'

red 126 ◦ green 144 ◦ blue 129

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

Shades of Blue Smoke #7E9081

Tints of Blue Smoke #7E9081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 31.58%
G = 36.09%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#7E9081 (or 0x7E9081) is known color: Blue Smoke. HEX triplet: 7E, 90 and 81. RGB value is (126,144,129). Sum of RGB (Red+Green+Blue) = 126+144+129=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9081 is #816F7E. Grayscale: #888888. Windows color (decimal): -8482687 or 8491134. OLE color: 8491134.

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

Color convert

RGB 126 144 129 -
CMYK 0.12 0 0.10 0.44
HSL 130º 0.08% 0.53% -
HSV(B) 130º 0.13% 0.56% -
XYZ 22.54 25.97 24.59 -
YUV 136.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 126 144 129 0.12 0 0.10 0.44 130 0.08 0.53
Hex 7E 90 81 C 0 A 2C 82 8 35
Octal 176 220 201 14 0 12 54 202 10 65
Binary 1111110 10010000 10000001 1100 0 1010 101100 10000010 1000 110101

Color Harmonies of #7E9081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9081

Black with #7E9081

Text Example


Text Example

White with #7E9081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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