Html Css Color HEX #7D7F72 Tapa

📋 copy color: '#7D7F72'

red 125 ◦ green 127 ◦ blue 114

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

Shades of Tapa #7D7F72

Tints of Tapa #7D7F72

RGB

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

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

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

R = 34.15%
G = 34.7%
B = 31.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7D7F72 (or 0x7D7F72) is known color: Tapa. HEX triplet: 7D, 7F and 72. RGB value is (125,127,114). Sum of RGB (Red+Green+Blue) = 125+127+114=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F72 is #82808D. Grayscale: #7C7C7C. Windows color (decimal): -8552590 or 7503741. OLE color: 7503741.

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

Color convert

RGB 125 127 114 -
CMYK 0.02 0 0.10 0.50
HSL 69.23º 0.05% 0.47% -
HSV(B) 69.23º 0.1% 0.5% -
XYZ 19.08 20.75 18.92 -
YUV 124.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 125 127 114 0.02 0 0.10 0.50 69.23 0.05 0.47
Hex 7D 7F 72 2 0 A 32 45 5 2F
Octal 175 177 162 2 0 12 62 105 5 57
Binary 1111101 1111111 1110010 10 0 1010 110010 1000101 101 101111

Color Harmonies of #7D7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F72

Black with #7D7F72

Text Example


Text Example

White with #7D7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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