#8F7A7F

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

Shades of Venus #8F7A7F

Tints of Venus #8F7A7F

Color information

#8F7A7F (or 0x8F7A7F) is unknown color: approx Venus. HEX triplet: 8F, 7A and 7F. RGB value is (143,122,127). Sum of RGB (Red+Green+Blue) = 143+122+127=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A7F is #708580. Grayscale: #808080. Windows color (decimal): -7374209 or 8354447. OLE color: 8354447.

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

Color convert

RGB143122127-
CMYK00.150.110.44
HSL345.71º8.57%51.96%-
HSV(B)345.71º14.69%56.08%-
XYZ22.1221.2923.02-
YUV128.85126.96138.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 127 (50% from 255) = 32.40%
R=36.48%
G=31.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312212700.150.110.44345.718.5751.96
Hex8F7A7F0FB2C15a934
Octal21717217701713545321164
Binary10001111111101011111110111110111011001010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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