Html Css Color HEX #7D615D Pharlap

📋 copy color: '#7D615D'

red 125 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #7D615D

Tints of Pharlap #7D615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 39.68%
G = 30.79%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D615D (or 0x7D615D) is known color: Pharlap. HEX triplet: 7D, 61 and 5D. RGB value is (125,97,93). Sum of RGB (Red+Green+Blue) = 125+97+93=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D615D is #829EA2. Grayscale: #686868. Windows color (decimal): -8560291 or 6119805. OLE color: 6119805.

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

Color convert

RGB 125 97 93 -
CMYK 0 0.22 0.26 0.51
HSL 7.5º 0.15% 0.43% -
HSV(B) 7.5º 0.26% 0.49% -
XYZ 14.71 13.7 12.23 -
YUV 104.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 125 97 93 0 0.22 0.26 0.51 7.5 0.15 0.43
Hex 7D 61 5D 0 16 1A 33 8 F 2B
Octal 175 141 135 0 26 32 63 10 17 53
Binary 1111101 1100001 1011101 0 10110 11010 110011 1000 1111 101011

Color Harmonies of #7D615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D615D

Black with #7D615D

Text Example


Text Example

White with #7D615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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