Html Css Color HEX #8C7D7F Venus

📋 copy color: '#8C7D7F'

red 140 ◦ green 125 ◦ blue 127

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

Shades of Venus #8C7D7F

Tints of Venus #8C7D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 35.71%
G = 31.89%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C7D7F (or 0x8C7D7F) is known color: Venus. HEX triplet: 8C, 7D and 7F. RGB value is (140,125,127). Sum of RGB (Red+Green+Blue) = 140+125+127=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D7F is #738280. Grayscale: #818181. Windows color (decimal): -7570049 or 8355212. OLE color: 8355212.

HSL color Cylindrical-coordinate representation of color #8C7D7F: hue angle of 352º 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 #8C7D7F is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 125 127 -
CMYK 0 0.11 0.09 0.45
HSL 352º 0.06% 0.52% -
HSV(B) 352º 0.11% 0.55% -
XYZ 21.98 21.77 23.12 -
YUV 129.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 140 125 127 0 0.11 0.09 0.45 352 0.06 0.52
Hex 8C 7D 7F 0 B 9 2D 160 6 34
Octal 214 175 177 0 13 11 55 540 6 64
Binary 10001100 1111101 1111111 0 1011 1001 101101 101100000 110 110100

Color Harmonies of #8C7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7D7F

Black with #8C7D7F

Text Example


Text Example

White with #8C7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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