Html Css Color HEX #8E7B7D Venus

📋 copy color: '#8E7B7D'

red 142 ◦ green 123 ◦ blue 125

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

Shades of Venus #8E7B7D

Tints of Venus #8E7B7D

RGB

 RED value IS 142 (55.86% from 255) = 36.41%

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 36.41%
G = 31.54%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E7B7D (or 0x8E7B7D) is known color: Venus. HEX triplet: 8E, 7B and 7D. RGB value is (142,123,125). Sum of RGB (Red+Green+Blue) = 142+123+125=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B7D is #718482. Grayscale: #808080. Windows color (decimal): -7439491 or 8223630. OLE color: 8223630.

HSL color Cylindrical-coordinate representation of color #8E7B7D: hue angle of 353.68º 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 #8E7B7D is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 123 125 -
CMYK 0 0.13 0.12 0.44
HSL 353.68º 0.08% 0.52% -
HSV(B) 353.68º 0.13% 0.56% -
XYZ 21.94 21.4 22.38 -
YUV 128.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 142 123 125 0 0.13 0.12 0.44 353.68 0.08 0.52
Hex 8E 7B 7D 0 D C 2C 162 8 34
Octal 216 173 175 0 15 14 54 542 10 64
Binary 10001110 1111011 1111101 0 1101 1100 101100 101100010 1000 110100

Color Harmonies of #8E7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7B7D

Black with #8E7B7D

Text Example


Text Example

White with #8E7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,123,125); }

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

background-color css

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

 a { background-color: rgb(142,123,125); }

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

border-color css

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

 span { border-color: rgb(142,123,125); }

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