Html Css Color HEX #8C7A7D Venus

📋 copy color: '#8C7A7D'

red 140 ◦ green 122 ◦ blue 125

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

Shades of Venus #8C7A7D

Tints of Venus #8C7A7D

RGB

 RED value IS 140 (55.08% from 255) = 36.18%

 GREEN value IS 122 (48.05% from 255) = 31.52%

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

R = 36.18%
G = 31.52%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C7A7D (or 0x8C7A7D) is known color: Venus. HEX triplet: 8C, 7A and 7D. RGB value is (140,122,125). Sum of RGB (Red+Green+Blue) = 140+122+125=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A7D is #738582. Grayscale: #7F7F7F. Windows color (decimal): -7570819 or 8223372. OLE color: 8223372.

HSL color Cylindrical-coordinate representation of color #8C7A7D: hue angle of 350º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C7A7D is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 122 125 -
CMYK 0 0.13 0.11 0.45
HSL 350º 0.07% 0.51% -
HSV(B) 350º 0.13% 0.55% -
XYZ 21.48 20.98 22.32 -
YUV 127.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 140 122 125 0 0.13 0.11 0.45 350 0.07 0.51
Hex 8C 7A 7D 0 D B 2D 15E 7 33
Octal 214 172 175 0 15 13 55 536 7 63
Binary 10001100 1111010 1111101 0 1101 1011 101101 101011110 111 110011

Color Harmonies of #8C7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A7D

Black with #8C7A7D

Text Example


Text Example

White with #8C7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,125); }

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

background-color css

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

 a { background-color: rgb(140,122,125); }

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

border-color css

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

 span { border-color: rgb(140,122,125); }

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