Html Css Color HEX #7D7C71 Tapa

📋 copy color: '#7D7C71'

red 125 ◦ green 124 ◦ blue 113

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

Shades of Tapa #7D7C71

Tints of Tapa #7D7C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 34.53%
G = 34.25%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D7C71 (or 0x7D7C71) is known color: Tapa. HEX triplet: 7D, 7C and 71. RGB value is (125,124,113). Sum of RGB (Red+Green+Blue) = 125+124+113=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C71 is #82838E. Grayscale: #7B7B7B. Windows color (decimal): -8553359 or 7437437. OLE color: 7437437.

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

Color convert

RGB 125 124 113 -
CMYK 0 0.01 0.10 0.51
HSL 55º 0.05% 0.47% -
HSV(B) 55º 0.1% 0.49% -
XYZ 18.65 19.97 18.49 -
YUV 123.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 125 124 113 0 0.01 0.10 0.51 55 0.05 0.47
Hex 7D 7C 71 0 1 A 33 37 5 2F
Octal 175 174 161 0 1 12 63 67 5 57
Binary 1111101 1111100 1110001 0 1 1010 110011 110111 101 101111

Color Harmonies of #7D7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C71

Black with #7D7C71

Text Example


Text Example

White with #7D7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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