Html Css Color HEX #7A8F7E Blue Smoke

📋 copy color: '#7A8F7E'

red 122 ◦ green 143 ◦ blue 126

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

Shades of Blue Smoke #7A8F7E

Tints of Blue Smoke #7A8F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 31.2%
G = 36.57%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#7A8F7E (or 0x7A8F7E) is known color: Blue Smoke. HEX triplet: 7A, 8F and 7E. RGB value is (122,143,126). Sum of RGB (Red+Green+Blue) = 122+143+126=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F7E is #857081. Grayscale: #868686. Windows color (decimal): -8745090 or 8294266. OLE color: 8294266.

HSL color Cylindrical-coordinate representation of color #7A8F7E: hue angle of 131.43º 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 #7A8F7E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 143 126 -
CMYK 0.15 0 0.12 0.44
HSL 131.43º 0.09% 0.52% -
HSV(B) 131.43º 0.15% 0.56% -
XYZ 21.61 25.29 23.48 -
YUV 134.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 122 143 126 0.15 0 0.12 0.44 131.43 0.09 0.52
Hex 7A 8F 7E F 0 C 2C 83 9 34
Octal 172 217 176 17 0 14 54 203 11 64
Binary 1111010 10001111 1111110 1111 0 1100 101100 10000011 1001 110100

Color Harmonies of #7A8F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8F7E

Black with #7A8F7E

Text Example


Text Example

White with #7A8F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,126); }

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

background-color css

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

 a { background-color: rgb(122,143,126); }

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

border-color css

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

 span { border-color: rgb(122,143,126); }

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