Html Css Color HEX #8B757C Venus

📋 copy color: '#8B757C'

red 139 ◦ green 117 ◦ blue 124

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

Shades of Venus #8B757C

Tints of Venus #8B757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 36.58%
G = 30.79%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B757C (or 0x8B757C) is known color: Venus. HEX triplet: 8B, 75 and 7C. RGB value is (139,117,124). Sum of RGB (Red+Green+Blue) = 139+117+124=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B757C is #748A83. Grayscale: #7C7C7C. Windows color (decimal): -7637636 or 8156555. OLE color: 8156555.

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

Color convert

RGB 139 117 124 -
CMYK 0 0.16 0.11 0.45
HSL 340.91º 0.09% 0.5% -
HSV(B) 340.91º 0.16% 0.55% -
XYZ 20.65 19.67 21.78 -
YUV 124.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 139 117 124 0 0.16 0.11 0.45 340.91 0.09 0.5
Hex 8B 75 7C 0 10 B 2D 155 9 32
Octal 213 165 174 0 20 13 55 525 11 62
Binary 10001011 1110101 1111100 0 10000 1011 101101 101010101 1001 110010

Color Harmonies of #8B757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B757C

Black with #8B757C

Text Example


Text Example

White with #8B757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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