Html Css Color HEX #7A907D Blue Smoke

📋 copy color: '#7A907D'

red 122 ◦ green 144 ◦ blue 125

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

Shades of Blue Smoke #7A907D

Tints of Blue Smoke #7A907D

RGB

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

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

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

R = 31.2%
G = 36.83%
B = 31.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#7A907D (or 0x7A907D) is known color: Blue Smoke. HEX triplet: 7A, 90 and 7D. RGB value is (122,144,125). Sum of RGB (Red+Green+Blue) = 122+144+125=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #7A907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A907D is #856F82. Grayscale: #878787. Windows color (decimal): -8744835 or 8228986. OLE color: 8228986.

HSL color Cylindrical-coordinate representation of color #7A907D: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A907D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 125 -
CMYK 0.15 0 0.13 0.44
HSL 128.18º 0.09% 0.52% -
HSV(B) 128.18º 0.15% 0.56% -
XYZ 21.7 25.56 23.19 -
YUV 135.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 122 144 125 0.15 0 0.13 0.44 128.18 0.09 0.52
Hex 7A 90 7D F 0 D 2C 80 9 34
Octal 172 220 175 17 0 15 54 200 11 64
Binary 1111010 10010000 1111101 1111 0 1101 101100 10000000 1001 110100

Color Harmonies of #7A907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A907D

Black with #7A907D

Text Example


Text Example

White with #7A907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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