Html Css Color HEX #7A947D Blue Smoke

📋 copy color: '#7A947D'

red 122 ◦ green 148 ◦ blue 125

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

Shades of Blue Smoke #7A947D

Tints of Blue Smoke #7A947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 30.89%
G = 37.47%
B = 31.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7A947D (or 0x7A947D) is known color: Blue Smoke. HEX triplet: 7A, 94 and 7D. RGB value is (122,148,125). Sum of RGB (Red+Green+Blue) = 122+148+125=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #7A947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A947D is #856B82. Grayscale: #898989. Windows color (decimal): -8743811 or 8230010. OLE color: 8230010.

HSL color Cylindrical-coordinate representation of color #7A947D: hue angle of 126.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A947D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 125 -
CMYK 0.18 0 0.16 0.42
HSL 126.92º 0.11% 0.53% -
HSV(B) 126.92º 0.18% 0.58% -
XYZ 22.32 26.8 23.4 -
YUV 137.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 122 148 125 0.18 0 0.16 0.42 126.92 0.11 0.53
Hex 7A 94 7D 12 0 10 2A 7F B 35
Octal 172 224 175 22 0 20 52 177 13 65
Binary 1111010 10010100 1111101 10010 0 10000 101010 1111111 1011 110101

Color Harmonies of #7A947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A947D

Black with #7A947D

Text Example


Text Example

White with #7A947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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