Html Css Color HEX #798482 Oslo Grey

📋 copy color: '#798482'

red 121 ◦ green 132 ◦ blue 130

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

Shades of Oslo Grey #798482

Tints of Oslo Grey #798482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 31.59%
G = 34.46%
B = 33.94%

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

#798482 (or 0x798482) is known color: Oslo Grey. HEX triplet: 79, 84 and 82. RGB value is (121,132,130). Sum of RGB (Red+Green+Blue) = 121+132+130=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #798482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798482 is #867B7D. Grayscale: #808080. Windows color (decimal): -8813438 or 8553593. OLE color: 8553593.

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

Color convert

RGB 121 132 130 -
CMYK 0.08 0 0.02 0.48
HSL 169.09º 0.04% 0.5% -
HSV(B) 169.09º 0.08% 0.52% -
XYZ 20.17 22.18 24.34 -
YUV 128.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 121 132 130 0.08 0 0.02 0.48 169.09 0.04 0.5
Hex 79 84 82 8 0 2 30 A9 4 32
Octal 171 204 202 10 0 2 60 251 4 62
Binary 1111001 10000100 10000010 1000 0 10 110000 10101001 100 110010

Color Harmonies of #798482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798482

Black with #798482

Text Example


Text Example

White with #798482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798482; }

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

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

background-color css

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

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

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

border-color css

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

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

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