Html Css Color HEX #7C6260 Pharlap

📋 copy color: '#7C6260'

red 124 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #7C6260

Tints of Pharlap #7C6260

RGB

 RED value IS 124 (48.83% from 255) = 38.99%

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

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 38.99%
G = 30.82%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C6260 (or 0x7C6260) is known color: Pharlap. HEX triplet: 7C, 62 and 60. RGB value is (124,98,96). Sum of RGB (Red+Green+Blue) = 124+98+96=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6260 is #839D9F. Grayscale: #696969. Windows color (decimal): -8625568 or 6316668. OLE color: 6316668.

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

Color convert

RGB 124 98 96 -
CMYK 0 0.21 0.23 0.51
HSL 4.29º 0.13% 0.43% -
HSV(B) 4.29º 0.23% 0.49% -
XYZ 14.79 13.86 12.96 -
YUV 105.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 124 98 96 0 0.21 0.23 0.51 4.29 0.13 0.43
Hex 7C 62 60 0 15 17 33 4 D 2B
Octal 174 142 140 0 25 27 63 4 15 53
Binary 1111100 1100010 1100000 0 10101 10111 110011 100 1101 101011

Color Harmonies of #7C6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6260

Black with #7C6260

Text Example


Text Example

White with #7C6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,96); }

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

background-color css

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

 a { background-color: rgb(124,98,96); }

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

border-color css

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

 span { border-color: rgb(124,98,96); }

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