Html Css Color HEX #8C7F82 Venus

📋 copy color: '#8C7F82'

red 140 ◦ green 127 ◦ blue 130

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

Shades of Venus #8C7F82

Tints of Venus #8C7F82

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 35.26%
G = 31.99%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C7F82 (or 0x8C7F82) is known color: Venus. HEX triplet: 8C, 7F and 82. RGB value is (140,127,130). Sum of RGB (Red+Green+Blue) = 140+127+130=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F82 is #73807D. Grayscale: #838383. Windows color (decimal): -7569534 or 8552332. OLE color: 8552332.

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

Color convert

RGB 140 127 130 -
CMYK 0 0.09 0.07 0.45
HSL 346.15º 0.05% 0.52% -
HSV(B) 346.15º 0.09% 0.55% -
XYZ 22.43 22.37 24.25 -
YUV 131.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 140 127 130 0 0.09 0.07 0.45 346.15 0.05 0.52
Hex 8C 7F 82 0 9 7 2D 15A 5 34
Octal 214 177 202 0 11 7 55 532 5 64
Binary 10001100 1111111 10000010 0 1001 111 101101 101011010 101 110100

Color Harmonies of #8C7F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F82

Black with #8C7F82

Text Example


Text Example

White with #8C7F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,130); }

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

background-color css

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

 a { background-color: rgb(140,127,130); }

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

border-color css

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

 span { border-color: rgb(140,127,130); }

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