Html Css Color HEX #798584 Oslo Grey

📋 copy color: '#798584'

red 121 ◦ green 133 ◦ blue 132

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

Shades of Oslo Grey #798584

Tints of Oslo Grey #798584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 31.35%
G = 34.46%
B = 34.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#798584 (or 0x798584) is known color: Oslo Grey. HEX triplet: 79, 85 and 84. RGB value is (121,133,132). Sum of RGB (Red+Green+Blue) = 121+133+132=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #798584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798584 is #867A7B. Grayscale: #818181. Windows color (decimal): -8813180 or 8684921. OLE color: 8684921.

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

Color convert

RGB 121 133 132 -
CMYK 0.09 0 0.01 0.48
HSL 175º 0.05% 0.5% -
HSV(B) 175º 0.09% 0.52% -
XYZ 20.44 22.51 25.1 -
YUV 129.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 121 133 132 0.09 0 0.01 0.48 175 0.05 0.5
Hex 79 85 84 9 0 1 30 AF 5 32
Octal 171 205 204 11 0 1 60 257 5 62
Binary 1111001 10000101 10000100 1001 0 1 110000 10101111 101 110010

Color Harmonies of #798584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798584

Black with #798584

Text Example


Text Example

White with #798584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798584; }

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

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

background-color css

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

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

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

border-color css

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

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

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