Html Css Color HEX #7D625E Pharlap

📋 copy color: '#7D625E'

red 125 ◦ green 98 ◦ blue 94

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

Shades of Pharlap #7D625E

Tints of Pharlap #7D625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 39.43%
G = 30.91%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D625E (or 0x7D625E) is known color: Pharlap. HEX triplet: 7D, 62 and 5E. RGB value is (125,98,94). Sum of RGB (Red+Green+Blue) = 125+98+94=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D625E is #829DA1. Grayscale: #696969. Windows color (decimal): -8560034 or 6185597. OLE color: 6185597.

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

Color convert

RGB 125 98 94 -
CMYK 0 0.22 0.25 0.51
HSL 7.74º 0.14% 0.43% -
HSV(B) 7.74º 0.25% 0.49% -
XYZ 14.85 13.9 12.49 -
YUV 105.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 125 98 94 0 0.22 0.25 0.51 7.74 0.14 0.43
Hex 7D 62 5E 0 16 19 33 8 E 2B
Octal 175 142 136 0 26 31 63 10 16 53
Binary 1111101 1100010 1011110 0 10110 11001 110011 1000 1110 101011

Color Harmonies of #7D625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D625E

Black with #7D625E

Text Example


Text Example

White with #7D625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,94); }

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

background-color css

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

 a { background-color: rgb(125,98,94); }

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

border-color css

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

 span { border-color: rgb(125,98,94); }

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