Html Css Color HEX #7D7D73 Tapa

📋 copy color: '#7D7D73'

red 125 ◦ green 125 ◦ blue 115

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

Shades of Tapa #7D7D73

Tints of Tapa #7D7D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 34.25%
G = 34.25%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7D7D73 (or 0x7D7D73) is known color: Tapa. HEX triplet: 7D, 7D and 73. RGB value is (125,125,115). Sum of RGB (Red+Green+Blue) = 125+125+115=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 125 - color contains mainly: red, green. Hex color #7D7D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7D73 is #82828C. Grayscale: #7B7B7B. Windows color (decimal): -8553101 or 7568765. OLE color: 7568765.

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

Color convert

RGB 125 125 115 -
CMYK 0 0 0.08 0.51
HSL 60º 0.04% 0.47% -
HSV(B) 60º 0.08% 0.49% -
XYZ 18.89 20.27 19.14 -
YUV 123.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 125 125 115 0 0 0.08 0.51 60 0.04 0.47
Hex 7D 7D 73 0 0 8 33 3C 4 2F
Octal 175 175 163 0 0 10 63 74 4 57
Binary 1111101 1111101 1110011 0 0 1000 110011 111100 100 101111

Color Harmonies of #7D7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7D73

Black with #7D7D73

Text Example


Text Example

White with #7D7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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