Html Css Color HEX #7D7F68 Tapa

📋 copy color: '#7D7F68'

red 125 ◦ green 127 ◦ blue 104

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

Shades of Tapa #7D7F68

Tints of Tapa #7D7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 35.11%
G = 35.67%
B = 29.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7D7F68 (or 0x7D7F68) is known color: Tapa. HEX triplet: 7D, 7F and 68. RGB value is (125,127,104). Sum of RGB (Red+Green+Blue) = 125+127+104=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F68 is #828097. Grayscale: #7B7B7B. Windows color (decimal): -8552600 or 6848381. OLE color: 6848381.

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

Color convert

RGB 125 127 104 -
CMYK 0.02 0 0.18 0.50
HSL 65.22º 0.1% 0.45% -
HSV(B) 65.22º 0.18% 0.5% -
XYZ 18.55 20.54 16.08 -
YUV 123.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 125 127 104 0.02 0 0.18 0.50 65.22 0.1 0.45
Hex 7D 7F 68 2 0 12 32 41 A 2D
Octal 175 177 150 2 0 22 62 101 12 55
Binary 1111101 1111111 1101000 10 0 10010 110010 1000001 1010 101101

Color Harmonies of #7D7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F68

Black with #7D7F68

Text Example


Text Example

White with #7D7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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