Html Css Color HEX #807178 Venus

📋 copy color: '#807178'

red 128 ◦ green 113 ◦ blue 120

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

Shades of Venus #807178

Tints of Venus #807178

RGB

 RED value IS 128 (50.39% from 255) = 35.46%

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 35.46%
G = 31.3%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#807178 (or 0x807178) is known color: Venus. HEX triplet: 80, 71 and 78. RGB value is (128,113,120). Sum of RGB (Red+Green+Blue) = 128+113+120=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 128 - color contains mainly: red. Hex color #807178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807178 is #7F8E87. Grayscale: #767676. Windows color (decimal): -8359560 or 7893376. OLE color: 7893376.

HSL color Cylindrical-coordinate representation of color #807178: hue angle of 332º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807178 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 120 -
CMYK 0 0.12 0.06 0.50
HSL 332º 0.06% 0.47% -
HSV(B) 332º 0.12% 0.5% -
XYZ 18.2 17.76 20.24 -
YUV 118.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 128 113 120 0 0.12 0.06 0.50 332 0.06 0.47
Hex 80 71 78 0 C 6 32 14C 6 2F
Octal 200 161 170 0 14 6 62 514 6 57
Binary 10000000 1110001 1111000 0 1100 110 110010 101001100 110 101111

Color Harmonies of #807178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807178

Black with #807178

Text Example


Text Example

White with #807178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807178; }

 p { color: rgb(128,113,120); }

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

background-color css

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

 a { background-color: rgb(128,113,120); }

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

border-color css

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

 span { border-color: rgb(128,113,120); }

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