Html Css Color HEX #7F6564 Pharlap

📋 copy color: '#7F6564'

red 127 ◦ green 101 ◦ blue 100

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

Shades of Pharlap #7F6564

Tints of Pharlap #7F6564

RGB

 RED value IS 127 (50% from 255) = 38.72%

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 38.72%
G = 30.79%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F6564 (or 0x7F6564) is known color: Pharlap. HEX triplet: 7F, 65 and 64. RGB value is (127,101,100). Sum of RGB (Red+Green+Blue) = 127+101+100=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6564 is #809A9B. Grayscale: #6C6C6C. Windows color (decimal): -8428188 or 6579583. OLE color: 6579583.

HSL color Cylindrical-coordinate representation of color #7F6564: hue angle of 2.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6564 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 101 100 -
CMYK 0 0.20 0.21 0.50
HSL 2.22º 0.12% 0.45% -
HSV(B) 2.22º 0.21% 0.5% -
XYZ 15.71 14.74 14.07 -
YUV 108.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 127 101 100 0 0.20 0.21 0.50 2.22 0.12 0.45
Hex 7F 65 64 0 14 15 32 2 C 2D
Octal 177 145 144 0 24 25 62 2 14 55
Binary 1111111 1100101 1100100 0 10100 10101 110010 10 1100 101101

Color Harmonies of #7F6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6564

Black with #7F6564

Text Example


Text Example

White with #7F6564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,100); }

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

background-color css

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

 a { background-color: rgb(127,101,100); }

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

border-color css

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

 span { border-color: rgb(127,101,100); }

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