Html Css Color HEX #798B89 Oslo Grey

📋 copy color: '#798B89'

red 121 ◦ green 139 ◦ blue 137

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

Shades of Oslo Grey #798B89

Tints of Oslo Grey #798B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 30.48%
G = 35.01%
B = 34.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#798B89 (or 0x798B89) is known color: Oslo Grey. HEX triplet: 79, 8B and 89. RGB value is (121,139,137). Sum of RGB (Red+Green+Blue) = 121+139+137=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #798B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B89 is #867476. Grayscale: #858585. Windows color (decimal): -8811639 or 9014137. OLE color: 9014137.

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

Color convert

RGB 121 139 137 -
CMYK 0.13 0 0.01 0.45
HSL 173.33º 0.07% 0.51% -
HSV(B) 173.33º 0.13% 0.55% -
XYZ 21.63 24.34 27.22 -
YUV 133.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 121 139 137 0.13 0 0.01 0.45 173.33 0.07 0.51
Hex 79 8B 89 D 0 1 2D AD 7 33
Octal 171 213 211 15 0 1 55 255 7 63
Binary 1111001 10001011 10001001 1101 0 1 101101 10101101 111 110011

Color Harmonies of #798B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B89

Black with #798B89

Text Example


Text Example

White with #798B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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