Html Css Color HEX #7D6B68 Pharlap

📋 copy color: '#7D6B68'

red 125 ◦ green 107 ◦ blue 104

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

Shades of Pharlap #7D6B68

Tints of Pharlap #7D6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 37.2%
G = 31.85%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D6B68 (or 0x7D6B68) is known color: Pharlap. HEX triplet: 7D, 6B and 68. RGB value is (125,107,104). Sum of RGB (Red+Green+Blue) = 125+107+104=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B68 is #829497. Grayscale: #707070. Windows color (decimal): -8557720 or 6843261. OLE color: 6843261.

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

Color convert

RGB 125 107 104 -
CMYK 0 0.14 0.17 0.51
HSL 8.57º 0.09% 0.45% -
HSV(B) 8.57º 0.17% 0.49% -
XYZ 16.21 15.87 15.31 -
YUV 112.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 125 107 104 0 0.14 0.17 0.51 8.57 0.09 0.45
Hex 7D 6B 68 0 E 11 33 9 9 2D
Octal 175 153 150 0 16 21 63 11 11 55
Binary 1111101 1101011 1101000 0 1110 10001 110011 1001 1001 101101

Color Harmonies of #7D6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6B68

Black with #7D6B68

Text Example


Text Example

White with #7D6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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