Html Css Color HEX #8F7B7E Venus

📋 copy color: '#8F7B7E'

red 143 ◦ green 123 ◦ blue 126

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

Shades of Venus #8F7B7E

Tints of Venus #8F7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 36.48%
G = 31.38%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F7B7E (or 0x8F7B7E) is known color: Venus. HEX triplet: 8F, 7B and 7E. RGB value is (143,123,126). Sum of RGB (Red+Green+Blue) = 143+123+126=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B7E is #708481. Grayscale: #818181. Windows color (decimal): -7373954 or 8289167. OLE color: 8289167.

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

Color convert

RGB 143 123 126 -
CMYK 0 0.14 0.12 0.44
HSL 351º 0.08% 0.52% -
HSV(B) 351º 0.14% 0.56% -
XYZ 22.18 21.51 22.72 -
YUV 129.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 143 123 126 0 0.14 0.12 0.44 351 0.08 0.52
Hex 8F 7B 7E 0 E C 2C 15F 8 34
Octal 217 173 176 0 16 14 54 537 10 64
Binary 10001111 1111011 1111110 0 1110 1100 101100 101011111 1000 110100

Color Harmonies of #8F7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7B7E

Black with #8F7B7E

Text Example


Text Example

White with #8F7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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