Html Css Color HEX #798483 Oslo Grey

📋 copy color: '#798483'

red 121 ◦ green 132 ◦ blue 131

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

Shades of Oslo Grey #798483

Tints of Oslo Grey #798483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 31.51%
G = 34.38%
B = 34.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#798483 (or 0x798483) is known color: Oslo Grey. HEX triplet: 79, 84 and 83. RGB value is (121,132,131). Sum of RGB (Red+Green+Blue) = 121+132+131=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 132 - color contains mainly: green. Hex color #798483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798483 is #867B7C. Grayscale: #808080. Windows color (decimal): -8813437 or 8619129. OLE color: 8619129.

HSL color Cylindrical-coordinate representation of color #798483: hue angle of 174.55º 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 #798483 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 132 131 -
CMYK 0.08 0 0.01 0.48
HSL 174.55º 0.04% 0.5% -
HSV(B) 174.55º 0.08% 0.52% -
XYZ 20.23 22.21 24.69 -
YUV 128.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 121 132 131 0.08 0 0.01 0.48 174.55 0.04 0.5
Hex 79 84 83 8 0 1 30 AF 4 32
Octal 171 204 203 10 0 1 60 257 4 62
Binary 1111001 10000100 10000011 1000 0 1 110000 10101111 100 110010

Color Harmonies of #798483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798483

Black with #798483

Text Example


Text Example

White with #798483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798483; }

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

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

background-color css

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

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

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

border-color css

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

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

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