Html Css Color HEX #798484 Oslo Grey

📋 copy color: '#798484'

red 121 ◦ green 132 ◦ blue 132

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

Shades of Oslo Grey #798484

Tints of Oslo Grey #798484

RGB

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

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

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

R = 31.43%
G = 34.29%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#798484 (or 0x798484) is known color: Oslo Grey. HEX triplet: 79, 84 and 84. RGB value is (121,132,132). Sum of RGB (Red+Green+Blue) = 121+132+132=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #798484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798484 is #867B7B. Grayscale: #808080. Windows color (decimal): -8813436 or 8684665. OLE color: 8684665.

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

Color convert

RGB 121 132 132 -
CMYK 0.08 0 0 0.48
HSL 180º 0.04% 0.5% -
HSV(B) 180º 0.08% 0.52% -
XYZ 20.3 22.23 25.05 -
YUV 128.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 121 132 132 0.08 0 0 0.48 180 0.04 0.5
Hex 79 84 84 8 0 0 30 B4 4 32
Octal 171 204 204 10 0 0 60 264 4 62
Binary 1111001 10000100 10000100 1000 0 0 110000 10110100 100 110010

Color Harmonies of #798484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798484

Black with #798484

Text Example


Text Example

White with #798484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798484; }

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

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

background-color css

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

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

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

border-color css

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

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

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