Html Css Color HEX #818377 Tapa

📋 copy color: '#818377'

red 129 ◦ green 131 ◦ blue 119

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

Shades of Tapa #818377

Tints of Tapa #818377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 34.04%
G = 34.56%
B = 31.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#818377 (or 0x818377) is known color: Tapa. HEX triplet: 81, 83 and 77. RGB value is (129,131,119). Sum of RGB (Red+Green+Blue) = 129+131+119=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 131 - color contains mainly: green. Hex color #818377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818377 is #7E7C88. Grayscale: #818181. Windows color (decimal): -8289417 or 7832449. OLE color: 7832449.

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

Color convert

RGB 129 131 119 -
CMYK 0.02 0 0.09 0.49
HSL 70º 0.05% 0.49% -
HSV(B) 70º 0.09% 0.51% -
XYZ 20.5 22.23 20.66 -
YUV 129.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 129 131 119 0.02 0 0.09 0.49 70 0.05 0.49
Hex 81 83 77 2 0 9 31 46 5 31
Octal 201 203 167 2 0 11 61 106 5 61
Binary 10000001 10000011 1110111 10 0 1001 110001 1000110 101 110001

Color Harmonies of #818377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818377

Black with #818377

Text Example


Text Example

White with #818377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818377; }

 p { color: rgb(129,131,119); }

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

background-color css

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

 a { background-color: rgb(129,131,119); }

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

border-color css

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

 span { border-color: rgb(129,131,119); }

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