Html Css Color HEX #7A927D Blue Smoke

📋 copy color: '#7A927D'

red 122 ◦ green 146 ◦ blue 125

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

Shades of Blue Smoke #7A927D

Tints of Blue Smoke #7A927D

RGB

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

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

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

R = 31.04%
G = 37.15%
B = 31.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7A927D (or 0x7A927D) is known color: Blue Smoke. HEX triplet: 7A, 92 and 7D. RGB value is (122,146,125). Sum of RGB (Red+Green+Blue) = 122+146+125=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927D is #856D82. Grayscale: #888888. Windows color (decimal): -8744323 or 8229498. OLE color: 8229498.

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

Color convert

RGB 122 146 125 -
CMYK 0.16 0 0.14 0.43
HSL 127.5º 0.1% 0.53% -
HSV(B) 127.5º 0.16% 0.57% -
XYZ 22.01 26.18 23.29 -
YUV 136.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 122 146 125 0.16 0 0.14 0.43 127.5 0.1 0.53
Hex 7A 92 7D 10 0 E 2B 80 A 35
Octal 172 222 175 20 0 16 53 200 12 65
Binary 1111010 10010010 1111101 10000 0 1110 101011 10000000 1010 110101

Color Harmonies of #7A927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A927D

Black with #7A927D

Text Example


Text Example

White with #7A927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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