Html Css Color HEX #798481 Oslo Grey

📋 copy color: '#798481'

red 121 ◦ green 132 ◦ blue 129

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

Shades of Oslo Grey #798481

Tints of Oslo Grey #798481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 31.68%
G = 34.55%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#798481 (or 0x798481) is known color: Oslo Grey. HEX triplet: 79, 84 and 81. RGB value is (121,132,129). Sum of RGB (Red+Green+Blue) = 121+132+129=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #798481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798481 is #867B7E. Grayscale: #808080. Windows color (decimal): -8813439 or 8488057. OLE color: 8488057.

HSL color Cylindrical-coordinate representation of color #798481: hue angle of 163.64º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #798481 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 132 129 -
CMYK 0.08 0 0.02 0.48
HSL 163.64º 0.04% 0.5% -
HSV(B) 163.64º 0.08% 0.52% -
XYZ 20.1 22.15 23.99 -
YUV 128.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 121 132 129 0.08 0 0.02 0.48 163.64 0.04 0.5
Hex 79 84 81 8 0 2 30 A4 4 32
Octal 171 204 201 10 0 2 60 244 4 62
Binary 1111001 10000100 10000001 1000 0 10 110000 10100100 100 110010

Color Harmonies of #798481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798481

Black with #798481

Text Example


Text Example

White with #798481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798481; }

 p { color: rgb(121,132,129); }

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

background-color css

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

 a { background-color: rgb(121,132,129); }

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

border-color css

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

 span { border-color: rgb(121,132,129); }

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