Html Css Color HEX #7C6B68 Pharlap

📋 copy color: '#7C6B68'

red 124 ◦ green 107 ◦ blue 104

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

Shades of Pharlap #7C6B68

Tints of Pharlap #7C6B68

RGB

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

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

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

R = 37.01%
G = 31.94%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C6B68 (or 0x7C6B68) is known color: Pharlap. HEX triplet: 7C, 6B and 68. RGB value is (124,107,104). Sum of RGB (Red+Green+Blue) = 124+107+104=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B68 is #839497. Grayscale: #6F6F6F. Windows color (decimal): -8623256 or 6843260. OLE color: 6843260.

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

Color convert

RGB 124 107 104 -
CMYK 0 0.14 0.16 0.51
HSL 0.09% 0.45% -
HSV(B) 0.16% 0.49% -
XYZ 16.07 15.8 15.3 -
YUV 111.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 124 107 104 0 0.14 0.16 0.51 9 0.09 0.45
Hex 7C 6B 68 0 E 10 33 9 9 2D
Octal 174 153 150 0 16 20 63 11 11 55
Binary 1111100 1101011 1101000 0 1110 10000 110011 1001 1001 101101

Color Harmonies of #7C6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6B68

Black with #7C6B68

Text Example


Text Example

White with #7C6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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