#7D807F

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

Shades of Oslo Grey #7D807F

Tints of Oslo Grey #7D807F

Color information

#7D807F (or 0x7D807F) is unknown color: approx Oslo Grey. HEX triplet: 7D, 80 and 7F. RGB value is (125,128,127). Sum of RGB (Red+Green+Blue) = 125+128+127=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 128 - color contains mainly: green. Hex color #7D807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D807F is #827F80. Grayscale: #7E7E7E. Windows color (decimal): -8552321 or 8355965. OLE color: 8355965.

HSL color Cylindrical-coordinate representation of color #7D807F: hue angle of 160º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7D807F is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB125128127-
CMYK0.0200.010.50
HSL160º1.19%49.61%-
HSV(B)160º2.34%50.2%-
XYZ20.0121.3323.14-
YUV126.99128.01126.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 127 (50% from 255) = 33.42%
R=32.89%
G=33.68%
B=33.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251281270.0200.010.501601.1949.61
Hex7D807F20132a0132
Octal17520017720162240162
Binary11111011000000011111111001110010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D807F; }

 p { color: rgb(125,128,127); }

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

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

 a { background-color: rgb(125,128,127); }

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

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

 span { border-color: rgb(125,128,127); }

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