Html Css Color HEX #8F7C7F Venus

📋 copy color: '#8F7C7F'

red 143 ◦ green 124 ◦ blue 127

#8F7C7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #8F7C7F

Tints of Venus #8F7C7F

RGB

 RED value IS 143 (56.25% from 255) = 36.29%

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 36.29%
G = 31.47%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F7C7F (or 0x8F7C7F) is known color: Venus. HEX triplet: 8F, 7C and 7F. RGB value is (143,124,127). Sum of RGB (Red+Green+Blue) = 143+124+127=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7C7F is #708380. Grayscale: #828282. Windows color (decimal): -7373697 or 8354959. OLE color: 8354959.

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

Color convert

RGB 143 124 127 -
CMYK 0 0.13 0.11 0.44
HSL 350.53º 0.08% 0.52% -
HSV(B) 350.53º 0.13% 0.56% -
XYZ 22.37 21.79 23.11 -
YUV 130.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 143 124 127 0 0.13 0.11 0.44 350.53 0.08 0.52
Hex 8F 7C 7F 0 D B 2C 15F 8 34
Octal 217 174 177 0 15 13 54 537 10 64
Binary 10001111 1111100 1111111 0 1101 1011 101100 101011111 1000 110100

Color Harmonies of #8F7C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7C7F

Black with #8F7C7F

Text Example


Text Example

White with #8F7C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F7C7F;
 }
 .AnyTagClassName
 {
   color: #8F7C7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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