Html Css Color HEX #7C6C68 Pharlap

📋 copy color: '#7C6C68'

red 124 ◦ green 108 ◦ blue 104

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

Shades of Pharlap #7C6C68

Tints of Pharlap #7C6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 36.9%
G = 32.14%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C6C68 (or 0x7C6C68) is known color: Pharlap. HEX triplet: 7C, 6C and 68. RGB value is (124,108,104). Sum of RGB (Red+Green+Blue) = 124+108+104=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C68 is #839397. Grayscale: #707070. Windows color (decimal): -8623000 or 6843516. OLE color: 6843516.

HSL color Cylindrical-coordinate representation of color #7C6C68: hue angle of 12º 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 #7C6C68 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 108 104 -
CMYK 0 0.13 0.16 0.51
HSL 12º 0.09% 0.45% -
HSV(B) 12º 0.16% 0.49% -
XYZ 16.17 16.01 15.33 -
YUV 112.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 124 108 104 0 0.13 0.16 0.51 12 0.09 0.45
Hex 7C 6C 68 0 D 10 33 C 9 2D
Octal 174 154 150 0 15 20 63 14 11 55
Binary 1111100 1101100 1101000 0 1101 10000 110011 1100 1001 101101

Color Harmonies of #7C6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C68

Black with #7C6C68

Text Example


Text Example

White with #7C6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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