#79817F

Color #79817F Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #79817F

Tints of Oslo Grey #79817F

Color information

#79817F (or 0x79817F) is unknown color: approx Oslo Grey. HEX triplet: 79, 81 and 7F. RGB value is (121,129,127). Sum of RGB (Red+Green+Blue) = 121+129+127=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 129 - color contains mainly: green. Hex color #79817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79817F is #867E80. Grayscale: #7E7E7E. Windows color (decimal): -8814209 or 8356217. OLE color: 8356217.

HSL color Cylindrical-coordinate representation of color #79817F: hue angle of 165º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #79817F is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB121129127-
CMYK0.0600.020.49
HSL165º3.2%49.02%-
HSV(B)165º6.2%50.59%-
XYZ19.5721.323.16-
YUV126.38128.35124.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 33.69%
R=32.10%
G=34.22%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291270.0600.020.491653.249.02
Hex79817F60231a5331
Octal17120117760261245361
Binary11110011000000111111111100101100011010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79817F; }

 p { color: rgb(121,129,127); }

 H1.HeaderClassName
 {
   color: #79817F;
 }
 .AnyTagClassName
 {
   color: #79817F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #79817F;
 }
 .BgClassName
 {
   background-color: #79817F;
 }
</style>
border-color css

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

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

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