Html Css Color HEX #7F6764 Pharlap

📋 copy color: '#7F6764'

red 127 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #7F6764

Tints of Pharlap #7F6764

RGB

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

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

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

R = 38.48%
G = 31.21%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F6764 (or 0x7F6764) is known color: Pharlap. HEX triplet: 7F, 67 and 64. RGB value is (127,103,100). Sum of RGB (Red+Green+Blue) = 127+103+100=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6764 is #80989B. Grayscale: #6D6D6D. Windows color (decimal): -8427676 or 6580095. OLE color: 6580095.

HSL color Cylindrical-coordinate representation of color #7F6764: hue angle of 6.67º 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 #7F6764 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 103 100 -
CMYK 0 0.19 0.21 0.50
HSL 6.67º 0.12% 0.45% -
HSV(B) 6.67º 0.21% 0.5% -
XYZ 15.9 15.13 14.14 -
YUV 109.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 127 103 100 0 0.19 0.21 0.50 6.67 0.12 0.45
Hex 7F 67 64 0 13 15 32 7 C 2D
Octal 177 147 144 0 23 25 62 7 14 55
Binary 1111111 1100111 1100100 0 10011 10101 110010 111 1100 101101

Color Harmonies of #7F6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6764

Black with #7F6764

Text Example


Text Example

White with #7F6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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