Html Css Color HEX #8B787C Venus

📋 copy color: '#8B787C'

red 139 ◦ green 120 ◦ blue 124

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

Shades of Venus #8B787C

Tints of Venus #8B787C

RGB

 RED value IS 139 (54.69% from 255) = 36.29%

 GREEN value IS 120 (47.27% from 255) = 31.33%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 36.29%
G = 31.33%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B787C (or 0x8B787C) is known color: Venus. HEX triplet: 8B, 78 and 7C. RGB value is (139,120,124). Sum of RGB (Red+Green+Blue) = 139+120+124=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787C is #748783. Grayscale: #7E7E7E. Windows color (decimal): -7636868 or 8157323. OLE color: 8157323.

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

Color convert

RGB 139 120 124 -
CMYK 0 0.14 0.11 0.45
HSL 347.37º 0.08% 0.51% -
HSV(B) 347.37º 0.14% 0.55% -
XYZ 21 20.38 21.9 -
YUV 126.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 139 120 124 0 0.14 0.11 0.45 347.37 0.08 0.51
Hex 8B 78 7C 0 E B 2D 15B 8 33
Octal 213 170 174 0 16 13 55 533 10 63
Binary 10001011 1111000 1111100 0 1110 1011 101101 101011011 1000 110011

Color Harmonies of #8B787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B787C

Black with #8B787C

Text Example


Text Example

White with #8B787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,120,124); }

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

background-color css

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

 a { background-color: rgb(139,120,124); }

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

border-color css

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

 span { border-color: rgb(139,120,124); }

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