Html Css Color HEX #798582 Oslo Grey

📋 copy color: '#798582'

red 121 ◦ green 133 ◦ blue 130

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

Shades of Oslo Grey #798582

Tints of Oslo Grey #798582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 31.51%
G = 34.64%
B = 33.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#798582 (or 0x798582) is known color: Oslo Grey. HEX triplet: 79, 85 and 82. RGB value is (121,133,130). Sum of RGB (Red+Green+Blue) = 121+133+130=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #798582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798582 is #867A7D. Grayscale: #818181. Windows color (decimal): -8813182 or 8553849. OLE color: 8553849.

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

Color convert

RGB 121 133 130 -
CMYK 0.09 0 0.02 0.48
HSL 165º 0.05% 0.5% -
HSV(B) 165º 0.09% 0.52% -
XYZ 20.3 22.45 24.38 -
YUV 129.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 121 133 130 0.09 0 0.02 0.48 165 0.05 0.5
Hex 79 85 82 9 0 2 30 A5 5 32
Octal 171 205 202 11 0 2 60 245 5 62
Binary 1111001 10000101 10000010 1001 0 10 110000 10100101 101 110010

Color Harmonies of #798582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798582

Black with #798582

Text Example


Text Example

White with #798582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798582; }

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

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

background-color css

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

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

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

border-color css

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

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

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