Html Css Color HEX #798B7E Blue Smoke

📋 copy color: '#798B7E'

red 121 ◦ green 139 ◦ blue 126

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

Shades of Blue Smoke #798B7E

Tints of Blue Smoke #798B7E

RGB

 RED value IS 121 (47.66% from 255) = 31.35%

 GREEN value IS 139 (54.69% from 255) = 36.01%

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

R = 31.35%
G = 36.01%
B = 32.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#798B7E (or 0x798B7E) is known color: Blue Smoke. HEX triplet: 79, 8B and 7E. RGB value is (121,139,126). Sum of RGB (Red+Green+Blue) = 121+139+126=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #798B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798B7E is #867481. Grayscale: #848484. Windows color (decimal): -8811650 or 8293241. OLE color: 8293241.

HSL color Cylindrical-coordinate representation of color #798B7E: hue angle of 136.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #798B7E is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 139 126 -
CMYK 0.13 0 0.09 0.45
HSL 136.67º 0.07% 0.51% -
HSV(B) 136.67º 0.13% 0.55% -
XYZ 20.88 24.04 23.28 -
YUV 132.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 121 139 126 0.13 0 0.09 0.45 136.67 0.07 0.51
Hex 79 8B 7E D 0 9 2D 89 7 33
Octal 171 213 176 15 0 11 55 211 7 63
Binary 1111001 10001011 1111110 1101 0 1001 101101 10001001 111 110011

Color Harmonies of #798B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B7E

Black with #798B7E

Text Example


Text Example

White with #798B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B7E; }

 p { color: rgb(121,139,126); }

 H1.HeaderClassName
 {
   color: #798B7E;
 }
 .AnyTagClassName
 {
   color: #798B7E;
 }
</style>

background-color css

<style>
 a { background-color: #798B7E; }

 a { background-color: rgb(121,139,126); }

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

border-color css

<style>
 span { border-color: #798B7E; }

 span { border-color: rgb(121,139,126); }

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