Html Css Color HEX #7F826E Tapa

📋 copy color: '#7F826E'

red 127 ◦ green 130 ◦ blue 110

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

Shades of Tapa #7F826E

Tints of Tapa #7F826E

RGB

 RED value IS 127 (50% from 255) = 34.6%

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 34.6%
G = 35.42%
B = 29.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#7F826E (or 0x7F826E) is known color: Tapa. HEX triplet: 7F, 82 and 6E. RGB value is (127,130,110). Sum of RGB (Red+Green+Blue) = 127+130+110=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #7F826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F826E is #807D91. Grayscale: #7E7E7E. Windows color (decimal): -8420754 or 7242367. OLE color: 7242367.

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

Color convert

RGB 127 130 110 -
CMYK 0.02 0 0.15 0.49
HSL 69º 0.08% 0.47% -
HSV(B) 69º 0.15% 0.51% -
XYZ 19.55 21.6 17.89 -
YUV 126.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 127 130 110 0.02 0 0.15 0.49 69 0.08 0.47
Hex 7F 82 6E 2 0 F 31 45 8 2F
Octal 177 202 156 2 0 17 61 105 10 57
Binary 1111111 10000010 1101110 10 0 1111 110001 1000101 1000 101111

Color Harmonies of #7F826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F826E

Black with #7F826E

Text Example


Text Example

White with #7F826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,110); }

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

background-color css

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

 a { background-color: rgb(127,130,110); }

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

border-color css

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

 span { border-color: rgb(127,130,110); }

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