Html Css Color HEX #8B767C Venus

📋 copy color: '#8B767C'

red 139 ◦ green 118 ◦ blue 124

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

Shades of Venus #8B767C

Tints of Venus #8B767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 36.48%
G = 30.97%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B767C (or 0x8B767C) is known color: Venus. HEX triplet: 8B, 76 and 7C. RGB value is (139,118,124). Sum of RGB (Red+Green+Blue) = 139+118+124=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767C is #748983. Grayscale: #7C7C7C. Windows color (decimal): -7637380 or 8156811. OLE color: 8156811.

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

Color convert

RGB 139 118 124 -
CMYK 0 0.15 0.11 0.45
HSL 342.86º 0.08% 0.5% -
HSV(B) 342.86º 0.15% 0.55% -
XYZ 20.76 19.9 21.82 -
YUV 124.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 139 118 124 0 0.15 0.11 0.45 342.86 0.08 0.5
Hex 8B 76 7C 0 F B 2D 157 8 32
Octal 213 166 174 0 17 13 55 527 10 62
Binary 10001011 1110110 1111100 0 1111 1011 101101 101010111 1000 110010

Color Harmonies of #8B767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B767C

Black with #8B767C

Text Example


Text Example

White with #8B767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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