Html Css Color HEX #7D6765 Pharlap

📋 copy color: '#7D6765'

red 125 ◦ green 103 ◦ blue 101

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

Shades of Pharlap #7D6765

Tints of Pharlap #7D6765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 37.99%
G = 31.31%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D6765 (or 0x7D6765) is known color: Pharlap. HEX triplet: 7D, 67 and 65. RGB value is (125,103,101). Sum of RGB (Red+Green+Blue) = 125+103+101=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6765 is #82989A. Grayscale: #6D6D6D. Windows color (decimal): -8558747 or 6645629. OLE color: 6645629.

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

Color convert

RGB 125 103 101 -
CMYK 0 0.18 0.19 0.51
HSL 0.11% 0.44% -
HSV(B) 0.19% 0.49% -
XYZ 15.66 15 14.38 -
YUV 109.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 125 103 101 0 0.18 0.19 0.51 5 0.11 0.44
Hex 7D 67 65 0 12 13 33 5 B 2C
Octal 175 147 145 0 22 23 63 5 13 54
Binary 1111101 1100111 1100101 0 10010 10011 110011 101 1011 101100

Color Harmonies of #7D6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6765

Black with #7D6765

Text Example


Text Example

White with #7D6765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,101); }

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

background-color css

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

 a { background-color: rgb(125,103,101); }

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

border-color css

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

 span { border-color: rgb(125,103,101); }

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