Html Css Color HEX #7C6967 Pharlap

📋 copy color: '#7C6967'

red 124 ◦ green 105 ◦ blue 103

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

Shades of Pharlap #7C6967

Tints of Pharlap #7C6967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 37.35%
G = 31.63%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C6967 (or 0x7C6967) is known color: Pharlap. HEX triplet: 7C, 69 and 67. RGB value is (124,105,103). Sum of RGB (Red+Green+Blue) = 124+105+103=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6967 is #839698. Grayscale: #6E6E6E. Windows color (decimal): -8623769 or 6777212. OLE color: 6777212.

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

Color convert

RGB 124 105 103 -
CMYK 0 0.15 0.17 0.51
HSL 5.71º 0.09% 0.45% -
HSV(B) 5.71º 0.17% 0.49% -
XYZ 15.81 15.37 14.96 -
YUV 110.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 124 105 103 0 0.15 0.17 0.51 5.71 0.09 0.45
Hex 7C 69 67 0 F 11 33 6 9 2D
Octal 174 151 147 0 17 21 63 6 11 55
Binary 1111100 1101001 1100111 0 1111 10001 110011 110 1001 101101

Color Harmonies of #7C6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6967

Black with #7C6967

Text Example


Text Example

White with #7C6967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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