Html Css Color HEX #7A897D Blue Smoke

📋 copy color: '#7A897D'

red 122 ◦ green 137 ◦ blue 125

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

Shades of Blue Smoke #7A897D

Tints of Blue Smoke #7A897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 31.77%
G = 35.68%
B = 32.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#7A897D (or 0x7A897D) is known color: Blue Smoke. HEX triplet: 7A, 89 and 7D. RGB value is (122,137,125). Sum of RGB (Red+Green+Blue) = 122+137+125=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #7A897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A897D is #857682. Grayscale: #838383. Windows color (decimal): -8746627 or 8227194. OLE color: 8227194.

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

Color convert

RGB 122 137 125 -
CMYK 0.11 0 0.09 0.46
HSL 132º 0.06% 0.51% -
HSV(B) 132º 0.11% 0.54% -
XYZ 20.67 23.51 22.85 -
YUV 131.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 122 137 125 0.11 0 0.09 0.46 132 0.06 0.51
Hex 7A 89 7D B 0 9 2E 84 6 33
Octal 172 211 175 13 0 11 56 204 6 63
Binary 1111010 10001001 1111101 1011 0 1001 101110 10000100 110 110011

Color Harmonies of #7A897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A897D

Black with #7A897D

Text Example


Text Example

White with #7A897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,137,125); }

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

background-color css

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

 a { background-color: rgb(122,137,125); }

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

border-color css

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

 span { border-color: rgb(122,137,125); }

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