Html Css Color HEX #7C6968 Pharlap

📋 copy color: '#7C6968'

red 124 ◦ green 105 ◦ blue 104

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

Shades of Pharlap #7C6968

Tints of Pharlap #7C6968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 37.24%
G = 31.53%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C6968 (or 0x7C6968) is known color: Pharlap. HEX triplet: 7C, 69 and 68. RGB value is (124,105,104). Sum of RGB (Red+Green+Blue) = 124+105+104=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6968 is #839697. Grayscale: #6E6E6E. Windows color (decimal): -8623768 or 6842748. OLE color: 6842748.

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

Color convert

RGB 124 105 104 -
CMYK 0 0.15 0.16 0.51
HSL 0.09% 0.45% -
HSV(B) 0.16% 0.49% -
XYZ 15.86 15.39 15.23 -
YUV 110.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 124 105 104 0 0.15 0.16 0.51 3 0.09 0.45
Hex 7C 69 68 0 F 10 33 3 9 2D
Octal 174 151 150 0 17 20 63 3 11 55
Binary 1111100 1101001 1101000 0 1111 10000 110011 11 1001 101101

Color Harmonies of #7C6968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6968

Black with #7C6968

Text Example


Text Example

White with #7C6968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,104); }

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

background-color css

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

 a { background-color: rgb(124,105,104); }

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

border-color css

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

 span { border-color: rgb(124,105,104); }

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