Html Css Color HEX #8C7D82 Venus

📋 copy color: '#8C7D82'

red 140 ◦ green 125 ◦ blue 130

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

Shades of Venus #8C7D82

Tints of Venus #8C7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 35.44%
G = 31.65%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C7D82 (or 0x8C7D82) is known color: Venus. HEX triplet: 8C, 7D and 82. RGB value is (140,125,130). Sum of RGB (Red+Green+Blue) = 140+125+130=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D82 is #73827D. Grayscale: #828282. Windows color (decimal): -7570046 or 8551820. OLE color: 8551820.

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

Color convert

RGB 140 125 130 -
CMYK 0 0.11 0.07 0.45
HSL 340º 0.06% 0.52% -
HSV(B) 340º 0.11% 0.55% -
XYZ 22.18 21.85 24.17 -
YUV 130.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 140 125 130 0 0.11 0.07 0.45 340 0.06 0.52
Hex 8C 7D 82 0 B 7 2D 154 6 34
Octal 214 175 202 0 13 7 55 524 6 64
Binary 10001100 1111101 10000010 0 1011 111 101101 101010100 110 110100

Color Harmonies of #8C7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7D82

Black with #8C7D82

Text Example


Text Example

White with #8C7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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