#7D8F8D

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

Shades of Oslo Grey #7D8F8D

Tints of Oslo Grey #7D8F8D

Color information

#7D8F8D (or 0x7D8F8D) is unknown color: approx Oslo Grey. HEX triplet: 7D, 8F and 8D. RGB value is (125,143,141). Sum of RGB (Red+Green+Blue) = 125+143+141=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8F8D is #827072. Grayscale: #898989. Windows color (decimal): -8548467 or 9277309. OLE color: 9277309.

HSL color Cylindrical-coordinate representation of color #7D8F8D: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D8F8D is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB125143141-
CMYK0.1300.010.44
HSL173.33º7.44%52.55%-
HSV(B)173.33º12.59%56.08%-
XYZ23.0925.9328.99-
YUV137.39130.04119.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=30.56%
G=34.96%
B=34.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251431410.1300.010.44173.337.4452.55
Hex7D8F8DD012Cad735
Octal175217215150154255765
Binary1111101100011111000110111010110110010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,141); }

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

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

 a { background-color: rgb(125,143,141); }

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

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

 span { border-color: rgb(125,143,141); }

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