Html Css Color HEX #7A8B81 Blue Smoke

📋 copy color: '#7A8B81'

red 122 ◦ green 139 ◦ blue 129

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

Shades of Blue Smoke #7A8B81

Tints of Blue Smoke #7A8B81

RGB

 RED value IS 122 (48.05% from 255) = 31.28%

 GREEN value IS 139 (54.69% from 255) = 35.64%

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

R = 31.28%
G = 35.64%
B = 33.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#7A8B81 (or 0x7A8B81) is known color: Blue Smoke. HEX triplet: 7A, 8B and 81. RGB value is (122,139,129). Sum of RGB (Red+Green+Blue) = 122+139+129=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8B81 is #85747E. Grayscale: #848484. Windows color (decimal): -8746111 or 8489850. OLE color: 8489850.

HSL color Cylindrical-coordinate representation of color #7A8B81: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8B81 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 139 129 -
CMYK 0.12 0 0.07 0.45
HSL 144.71º 0.07% 0.51% -
HSV(B) 144.71º 0.12% 0.55% -
XYZ 21.22 24.19 24.32 -
YUV 132.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 122 139 129 0.12 0 0.07 0.45 144.71 0.07 0.51
Hex 7A 8B 81 C 0 7 2D 91 7 33
Octal 172 213 201 14 0 7 55 221 7 63
Binary 1111010 10001011 10000001 1100 0 111 101101 10010001 111 110011

Color Harmonies of #7A8B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8B81

Black with #7A8B81

Text Example


Text Example

White with #7A8B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,139,129); }

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

background-color css

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

 a { background-color: rgb(122,139,129); }

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

border-color css

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

 span { border-color: rgb(122,139,129); }

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