Html Css Color HEX #7D7F73 Tapa

📋 copy color: '#7D7F73'

red 125 ◦ green 127 ◦ blue 115

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

Shades of Tapa #7D7F73

Tints of Tapa #7D7F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 34.06%
G = 34.6%
B = 31.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7D7F73 (or 0x7D7F73) is known color: Tapa. HEX triplet: 7D, 7F and 73. RGB value is (125,127,115). Sum of RGB (Red+Green+Blue) = 125+127+115=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F73 is #82808C. Grayscale: #7D7D7D. Windows color (decimal): -8552589 or 7569277. OLE color: 7569277.

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

Color convert

RGB 125 127 115 -
CMYK 0.02 0 0.09 0.50
HSL 70º 0.05% 0.47% -
HSV(B) 70º 0.09% 0.5% -
XYZ 19.14 20.78 19.22 -
YUV 125.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 125 127 115 0.02 0 0.09 0.50 70 0.05 0.47
Hex 7D 7F 73 2 0 9 32 46 5 2F
Octal 175 177 163 2 0 11 62 106 5 57
Binary 1111101 1111111 1110011 10 0 1001 110010 1000110 101 101111

Color Harmonies of #7D7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F73

Black with #7D7F73

Text Example


Text Example

White with #7D7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,115); }

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

background-color css

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

 a { background-color: rgb(125,127,115); }

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

border-color css

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

 span { border-color: rgb(125,127,115); }

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