Html Css Color HEX #817178 Venus

📋 copy color: '#817178'

red 129 ◦ green 113 ◦ blue 120

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

Shades of Venus #817178

Tints of Venus #817178

RGB

 RED value IS 129 (50.78% from 255) = 35.64%

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

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

R = 35.64%
G = 31.22%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#817178 (or 0x817178) is known color: Venus. HEX triplet: 81, 71 and 78. RGB value is (129,113,120). Sum of RGB (Red+Green+Blue) = 129+113+120=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817178 is #7E8E87. Grayscale: #767676. Windows color (decimal): -8294024 or 7893377. OLE color: 7893377.

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

Color convert

RGB 129 113 120 -
CMYK 0 0.12 0.07 0.49
HSL 333.75º 0.07% 0.47% -
HSV(B) 333.75º 0.12% 0.51% -
XYZ 18.35 17.83 20.24 -
YUV 118.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 129 113 120 0 0.12 0.07 0.49 333.75 0.07 0.47
Hex 81 71 78 0 C 7 31 14E 7 2F
Octal 201 161 170 0 14 7 61 516 7 57
Binary 10000001 1110001 1111000 0 1100 111 110001 101001110 111 101111

Color Harmonies of #817178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817178

Black with #817178

Text Example


Text Example

White with #817178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817178; }

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

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

background-color css

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

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

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

border-color css

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

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

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