Html Css Color HEX #798381 Oslo Grey

📋 copy color: '#798381'

red 121 ◦ green 131 ◦ blue 129

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

Shades of Oslo Grey #798381

Tints of Oslo Grey #798381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 31.76%
G = 34.38%
B = 33.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#798381 (or 0x798381) is known color: Oslo Grey. HEX triplet: 79, 83 and 81. RGB value is (121,131,129). Sum of RGB (Red+Green+Blue) = 121+131+129=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 131 - color contains mainly: green. Hex color #798381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798381 is #867C7E. Grayscale: #7F7F7F. Windows color (decimal): -8813695 or 8487801. OLE color: 8487801.

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

Color convert

RGB 121 131 129 -
CMYK 0.08 0 0.02 0.49
HSL 168º 0.04% 0.49% -
HSV(B) 168º 0.08% 0.51% -
XYZ 19.96 21.88 23.94 -
YUV 127.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 121 131 129 0.08 0 0.02 0.49 168 0.04 0.49
Hex 79 83 81 8 0 2 31 A8 4 31
Octal 171 203 201 10 0 2 61 250 4 61
Binary 1111001 10000011 10000001 1000 0 10 110001 10101000 100 110001

Color Harmonies of #798381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798381

Black with #798381

Text Example


Text Example

White with #798381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798381; }

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

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

background-color css

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

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

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

border-color css

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

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

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