#8F7E7F

Color #8F7E7F Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8F7E7F

Tints of Venus #8F7E7F

Color information

#8F7E7F (or 0x8F7E7F) is unknown color: approx Venus. HEX triplet: 8F, 7E and 7F. RGB value is (143,126,127). Sum of RGB (Red+Green+Blue) = 143+126+127=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E7F is #708180. Grayscale: #838383. Windows color (decimal): -7373185 or 8355471. OLE color: 8355471.

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

Color convert

RGB143126127-
CMYK00.120.110.44
HSL356.47º7.05%52.75%-
HSV(B)356.47º11.89%56.08%-
XYZ22.6222.2923.19-
YUV131.2125.63136.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 127 (50% from 255) = 32.07%
R=36.11%
G=31.82%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312612700.120.110.44356.477.0552.75
Hex8F7E7F0CB2C164735
Octal2171761770141354544765
Binary1000111111111101111111011001011101100101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7E7F; }

 p { color: rgb(143,126,127); }

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

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

 a { background-color: rgb(143,126,127); }

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

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

 span { border-color: rgb(143,126,127); }

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