Html Css Color HEX #8B777C Venus

📋 copy color: '#8B777C'

red 139 ◦ green 119 ◦ blue 124

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

Shades of Venus #8B777C

Tints of Venus #8B777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 36.39%
G = 31.15%
B = 32.46%

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

#8B777C (or 0x8B777C) is known color: Venus. HEX triplet: 8B, 77 and 7C. RGB value is (139,119,124). Sum of RGB (Red+Green+Blue) = 139+119+124=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B777C is #748883. Grayscale: #7D7D7D. Windows color (decimal): -7637124 or 8157067. OLE color: 8157067.

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

Color convert

RGB 139 119 124 -
CMYK 0 0.14 0.11 0.45
HSL 345º 0.08% 0.51% -
HSV(B) 345º 0.14% 0.55% -
XYZ 20.88 20.14 21.86 -
YUV 125.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 139 119 124 0 0.14 0.11 0.45 345 0.08 0.51
Hex 8B 77 7C 0 E B 2D 159 8 33
Octal 213 167 174 0 16 13 55 531 10 63
Binary 10001011 1110111 1111100 0 1110 1011 101101 101011001 1000 110011

Color Harmonies of #8B777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B777C

Black with #8B777C

Text Example


Text Example

White with #8B777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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