Html Css Color HEX #798684 Oslo Grey

📋 copy color: '#798684'

red 121 ◦ green 134 ◦ blue 132

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

Shades of Oslo Grey #798684

Tints of Oslo Grey #798684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

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

R = 31.27%
G = 34.63%
B = 34.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#798684 (or 0x798684) is known color: Oslo Grey. HEX triplet: 79, 86 and 84. RGB value is (121,134,132). Sum of RGB (Red+Green+Blue) = 121+134+132=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #798684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798684 is #86797B. Grayscale: #818181. Windows color (decimal): -8812924 or 8685177. OLE color: 8685177.

HSL color Cylindrical-coordinate representation of color #798684: hue angle of 170.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798684 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 134 132 -
CMYK 0.10 0 0.01 0.47
HSL 170.77º 0.05% 0.5% -
HSV(B) 170.77º 0.1% 0.53% -
XYZ 20.58 22.78 25.14 -
YUV 129.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 121 134 132 0.10 0 0.01 0.47 170.77 0.05 0.5
Hex 79 86 84 A 0 1 2F AB 5 32
Octal 171 206 204 12 0 1 57 253 5 62
Binary 1111001 10000110 10000100 1010 0 1 101111 10101011 101 110010

Color Harmonies of #798684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798684

Black with #798684

Text Example


Text Example

White with #798684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798684; }

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

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

background-color css

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

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

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

border-color css

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

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

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