Html Css Color HEX #798B88 Oslo Grey

📋 copy color: '#798B88'

red 121 ◦ green 139 ◦ blue 136

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

Shades of Oslo Grey #798B88

Tints of Oslo Grey #798B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 30.56%
G = 35.1%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#798B88 (or 0x798B88) is known color: Oslo Grey. HEX triplet: 79, 8B and 88. RGB value is (121,139,136). Sum of RGB (Red+Green+Blue) = 121+139+136=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #798B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B88 is #867477. Grayscale: #858585. Windows color (decimal): -8811640 or 8948601. OLE color: 8948601.

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

Color convert

RGB 121 139 136 -
CMYK 0.13 0 0.02 0.45
HSL 170º 0.07% 0.51% -
HSV(B) 170º 0.13% 0.55% -
XYZ 21.56 24.31 26.85 -
YUV 133.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 121 139 136 0.13 0 0.02 0.45 170 0.07 0.51
Hex 79 8B 88 D 0 2 2D AA 7 33
Octal 171 213 210 15 0 2 55 252 7 63
Binary 1111001 10001011 10001000 1101 0 10 101101 10101010 111 110011

Color Harmonies of #798B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B88

Black with #798B88

Text Example


Text Example

White with #798B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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