Html Css Color HEX #7D806A Tapa

📋 copy color: '#7D806A'

red 125 ◦ green 128 ◦ blue 106

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

Shades of Tapa #7D806A

Tints of Tapa #7D806A

RGB

 RED value IS 125 (49.22% from 255) = 34.82%

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 34.82%
G = 35.65%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7D806A (or 0x7D806A) is known color: Tapa. HEX triplet: 7D, 80 and 6A. RGB value is (125,128,106). Sum of RGB (Red+Green+Blue) = 125+128+106=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #7D806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D806A is #827F95. Grayscale: #7C7C7C. Windows color (decimal): -8552342 or 6979709. OLE color: 6979709.

HSL color Cylindrical-coordinate representation of color #7D806A: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D806A is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 106 -
CMYK 0.02 0 0.17 0.50
HSL 68.18º 0.09% 0.46% -
HSV(B) 68.18º 0.17% 0.5% -
XYZ 18.78 20.84 16.67 -
YUV 124.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 125 128 106 0.02 0 0.17 0.50 68.18 0.09 0.46
Hex 7D 80 6A 2 0 11 32 44 9 2E
Octal 175 200 152 2 0 21 62 104 11 56
Binary 1111101 10000000 1101010 10 0 10001 110010 1000100 1001 101110

Color Harmonies of #7D806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D806A

Black with #7D806A

Text Example


Text Example

White with #7D806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D806A; }

 p { color: rgb(125,128,106); }

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

background-color css

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

 a { background-color: rgb(125,128,106); }

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

border-color css

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

 span { border-color: rgb(125,128,106); }

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