Html Css Color HEX #7E6764 Pharlap

📋 copy color: '#7E6764'

red 126 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #7E6764

Tints of Pharlap #7E6764

RGB

 RED value IS 126 (49.61% from 255) = 38.3%

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 38.3%
G = 31.31%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E6764 (or 0x7E6764) is known color: Pharlap. HEX triplet: 7E, 67 and 64. RGB value is (126,103,100). Sum of RGB (Red+Green+Blue) = 126+103+100=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6764 is #81989B. Grayscale: #6D6D6D. Windows color (decimal): -8493212 or 6580094. OLE color: 6580094.

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

Color convert

RGB 126 103 100 -
CMYK 0 0.18 0.21 0.51
HSL 6.92º 0.12% 0.44% -
HSV(B) 6.92º 0.21% 0.49% -
XYZ 15.75 15.06 14.13 -
YUV 109.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 126 103 100 0 0.18 0.21 0.51 6.92 0.12 0.44
Hex 7E 67 64 0 12 15 33 7 C 2C
Octal 176 147 144 0 22 25 63 7 14 54
Binary 1111110 1100111 1100100 0 10010 10101 110011 111 1100 101100

Color Harmonies of #7E6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6764

Black with #7E6764

Text Example


Text Example

White with #7E6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,100); }

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

background-color css

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

 a { background-color: rgb(126,103,100); }

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

border-color css

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

 span { border-color: rgb(126,103,100); }

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