Html Css Color HEX #817278 Venus

📋 copy color: '#817278'

red 129 ◦ green 114 ◦ blue 120

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

Shades of Venus #817278

Tints of Venus #817278

RGB

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

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

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

R = 35.54%
G = 31.4%
B = 33.06%

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

#817278 (or 0x817278) is known color: Venus. HEX triplet: 81, 72 and 78. RGB value is (129,114,120). Sum of RGB (Red+Green+Blue) = 129+114+120=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817278 is #7E8D87. Grayscale: #777777. Windows color (decimal): -8293768 or 7893633. OLE color: 7893633.

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

Color convert

RGB 129 114 120 -
CMYK 0 0.12 0.07 0.49
HSL 336º 0.06% 0.48% -
HSV(B) 336º 0.12% 0.51% -
XYZ 18.46 18.06 20.28 -
YUV 119.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 129 114 120 0 0.12 0.07 0.49 336 0.06 0.48
Hex 81 72 78 0 C 7 31 150 6 30
Octal 201 162 170 0 14 7 61 520 6 60
Binary 10000001 1110010 1111000 0 1100 111 110001 101010000 110 110000

Color Harmonies of #817278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817278

Black with #817278

Text Example


Text Example

White with #817278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817278; }

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

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

background-color css

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

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

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

border-color css

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

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

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