Html Css Color HEX #8B767E Venus

📋 copy color: '#8B767E'

red 139 ◦ green 118 ◦ blue 126

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

Shades of Venus #8B767E

Tints of Venus #8B767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 36.29%
G = 30.81%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B767E (or 0x8B767E) is known color: Venus. HEX triplet: 8B, 76 and 7E. RGB value is (139,118,126). Sum of RGB (Red+Green+Blue) = 139+118+126=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767E is #748981. Grayscale: #7D7D7D. Windows color (decimal): -7637378 or 8287883. OLE color: 8287883.

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

Color convert

RGB 139 118 126 -
CMYK 0 0.15 0.09 0.45
HSL 337.14º 0.08% 0.5% -
HSV(B) 337.14º 0.15% 0.55% -
XYZ 20.89 19.95 22.49 -
YUV 125.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 139 118 126 0 0.15 0.09 0.45 337.14 0.08 0.5
Hex 8B 76 7E 0 F 9 2D 151 8 32
Octal 213 166 176 0 17 11 55 521 10 62
Binary 10001011 1110110 1111110 0 1111 1001 101101 101010001 1000 110010

Color Harmonies of #8B767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B767E

Black with #8B767E

Text Example


Text Example

White with #8B767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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