Html Css Color HEX #8B767D Venus

📋 copy color: '#8B767D'

red 139 ◦ green 118 ◦ blue 125

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

Shades of Venus #8B767D

Tints of Venus #8B767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 36.39%
G = 30.89%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B767D (or 0x8B767D) is known color: Venus. HEX triplet: 8B, 76 and 7D. RGB value is (139,118,125). Sum of RGB (Red+Green+Blue) = 139+118+125=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767D is #748982. Grayscale: #7D7D7D. Windows color (decimal): -7637379 or 8222347. OLE color: 8222347.

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

Color convert

RGB 139 118 125 -
CMYK 0 0.15 0.10 0.45
HSL 340º 0.08% 0.5% -
HSV(B) 340º 0.15% 0.55% -
XYZ 20.83 19.93 22.15 -
YUV 125.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 139 118 125 0 0.15 0.10 0.45 340 0.08 0.5
Hex 8B 76 7D 0 F A 2D 154 8 32
Octal 213 166 175 0 17 12 55 524 10 62
Binary 10001011 1110110 1111101 0 1111 1010 101101 101010100 1000 110010

Color Harmonies of #8B767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B767D

Black with #8B767D

Text Example


Text Example

White with #8B767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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