Html Css Color HEX #807278 Venus

📋 copy color: '#807278'

red 128 ◦ green 114 ◦ blue 120

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

Shades of Venus #807278

Tints of Venus #807278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 35.36%
G = 31.49%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#807278 (or 0x807278) is known color: Venus. HEX triplet: 80, 72 and 78. RGB value is (128,114,120). Sum of RGB (Red+Green+Blue) = 128+114+120=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807278 is #7F8D87. Grayscale: #767676. Windows color (decimal): -8359304 or 7893632. OLE color: 7893632.

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

Color convert

RGB 128 114 120 -
CMYK 0 0.11 0.06 0.50
HSL 334.29º 0.06% 0.47% -
HSV(B) 334.29º 0.11% 0.5% -
XYZ 18.31 17.98 20.27 -
YUV 118.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 128 114 120 0 0.11 0.06 0.50 334.29 0.06 0.47
Hex 80 72 78 0 B 6 32 14E 6 2F
Octal 200 162 170 0 13 6 62 516 6 57
Binary 10000000 1110010 1111000 0 1011 110 110010 101001110 110 101111

Color Harmonies of #807278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807278

Black with #807278

Text Example


Text Example

White with #807278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807278; }

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

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

background-color css

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

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

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

border-color css

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

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

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