Html Css Color HEX #798A89 Oslo Grey

📋 copy color: '#798A89'

red 121 ◦ green 138 ◦ blue 137

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

Shades of Oslo Grey #798A89

Tints of Oslo Grey #798A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

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

R = 30.56%
G = 34.85%
B = 34.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#798A89 (or 0x798A89) is known color: Oslo Grey. HEX triplet: 79, 8A and 89. RGB value is (121,138,137). Sum of RGB (Red+Green+Blue) = 121+138+137=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 138 - color contains mainly: green. Hex color #798A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A89 is #867576. Grayscale: #848484. Windows color (decimal): -8811895 or 9013881. OLE color: 9013881.

HSL color Cylindrical-coordinate representation of color #798A89: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A89 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 138 137 -
CMYK 0.12 0 0.01 0.46
HSL 176.47º 0.07% 0.51% -
HSV(B) 176.47º 0.12% 0.54% -
XYZ 21.49 24.05 27.18 -
YUV 132.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 121 138 137 0.12 0 0.01 0.46 176.47 0.07 0.51
Hex 79 8A 89 C 0 1 2E B0 7 33
Octal 171 212 211 14 0 1 56 260 7 63
Binary 1111001 10001010 10001001 1100 0 1 101110 10110000 111 110011

Color Harmonies of #798A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798A89

Black with #798A89

Text Example


Text Example

White with #798A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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