Html Css Color HEX #798B7F Blue Smoke

📋 copy color: '#798B7F'

red 121 ◦ green 139 ◦ blue 127

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

Shades of Blue Smoke #798B7F

Tints of Blue Smoke #798B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 31.27%
G = 35.92%
B = 32.82%

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

#798B7F (or 0x798B7F) is known color: Blue Smoke. HEX triplet: 79, 8B and 7F. RGB value is (121,139,127). Sum of RGB (Red+Green+Blue) = 121+139+127=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #798B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798B7F is #867480. Grayscale: #848484. Windows color (decimal): -8811649 or 8358777. OLE color: 8358777.

HSL color Cylindrical-coordinate representation of color #798B7F: hue angle of 140º 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 #798B7F is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 139 127 -
CMYK 0.13 0 0.09 0.45
HSL 140º 0.07% 0.51% -
HSV(B) 140º 0.13% 0.55% -
XYZ 20.95 24.06 23.62 -
YUV 132.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 121 139 127 0.13 0 0.09 0.45 140 0.07 0.51
Hex 79 8B 7F D 0 9 2D 8C 7 33
Octal 171 213 177 15 0 11 55 214 7 63
Binary 1111001 10001011 1111111 1101 0 1001 101101 10001100 111 110011

Color Harmonies of #798B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B7F

Black with #798B7F

Text Example


Text Example

White with #798B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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