Html Css Color HEX #7D6461 Pharlap

📋 copy color: '#7D6461'

red 125 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #7D6461

Tints of Pharlap #7D6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 38.82%
G = 31.06%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D6461 (or 0x7D6461) is known color: Pharlap. HEX triplet: 7D, 64 and 61. RGB value is (125,100,97). Sum of RGB (Red+Green+Blue) = 125+100+97=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6461 is #829B9E. Grayscale: #6B6B6B. Windows color (decimal): -8559519 or 6382717. OLE color: 6382717.

HSL color Cylindrical-coordinate representation of color #7D6461: hue angle of 6.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6461 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 97 -
CMYK 0 0.2 0.22 0.51
HSL 6.43º 0.13% 0.44% -
HSV(B) 6.43º 0.22% 0.49% -
XYZ 15.17 14.34 13.28 -
YUV 107.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 125 100 97 0 0.2 0.22 0.51 6.43 0.13 0.44
Hex 7D 64 61 0 14 16 33 6 D 2C
Octal 175 144 141 0 24 26 63 6 15 54
Binary 1111101 1100100 1100001 0 10100 10110 110011 110 1101 101100

Color Harmonies of #7D6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6461

Black with #7D6461

Text Example


Text Example

White with #7D6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,97); }

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

background-color css

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

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

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

border-color css

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

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

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