Html Css Color HEX #7F6563 Pharlap

📋 copy color: '#7F6563'

red 127 ◦ green 101 ◦ blue 99

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

Shades of Pharlap #7F6563

Tints of Pharlap #7F6563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 38.84%
G = 30.89%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F6563 (or 0x7F6563) is known color: Pharlap. HEX triplet: 7F, 65 and 63. RGB value is (127,101,99). Sum of RGB (Red+Green+Blue) = 127+101+99=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6563 is #809A9C. Grayscale: #6C6C6C. Windows color (decimal): -8428189 or 6514047. OLE color: 6514047.

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

Color convert

RGB 127 101 99 -
CMYK 0 0.20 0.22 0.50
HSL 4.29º 0.12% 0.44% -
HSV(B) 4.29º 0.22% 0.5% -
XYZ 15.66 14.72 13.82 -
YUV 108.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 127 101 99 0 0.20 0.22 0.50 4.29 0.12 0.44
Hex 7F 65 63 0 14 16 32 4 C 2C
Octal 177 145 143 0 24 26 62 4 14 54
Binary 1111111 1100101 1100011 0 10100 10110 110010 100 1100 101100

Color Harmonies of #7F6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6563

Black with #7F6563

Text Example


Text Example

White with #7F6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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