Html Css Color HEX #7D7C72 Tapa

📋 copy color: '#7D7C72'

red 125 ◦ green 124 ◦ blue 114

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

Shades of Tapa #7D7C72

Tints of Tapa #7D7C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 34.44%
G = 34.16%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D7C72 (or 0x7D7C72) is known color: Tapa. HEX triplet: 7D, 7C and 72. RGB value is (125,124,114). Sum of RGB (Red+Green+Blue) = 125+124+114=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C72 is #82838D. Grayscale: #7B7B7B. Windows color (decimal): -8553358 or 7502973. OLE color: 7502973.

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

Color convert

RGB 125 124 114 -
CMYK 0 0.01 0.09 0.51
HSL 54.55º 0.05% 0.47% -
HSV(B) 54.55º 0.09% 0.49% -
XYZ 18.7 19.99 18.79 -
YUV 123.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 125 124 114 0 0.01 0.09 0.51 54.55 0.05 0.47
Hex 7D 7C 72 0 1 9 33 37 5 2F
Octal 175 174 162 0 1 11 63 67 5 57
Binary 1111101 1111100 1110010 0 1 1001 110011 110111 101 101111

Color Harmonies of #7D7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C72

Black with #7D7C72

Text Example


Text Example

White with #7D7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,124,114); }

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

background-color css

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

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

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

border-color css

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

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

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