Html Css Color HEX #7F6463 Pharlap

📋 copy color: '#7F6463'

red 127 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #7F6463

Tints of Pharlap #7F6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 38.96%
G = 30.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F6463 (or 0x7F6463) is known color: Pharlap. HEX triplet: 7F, 64 and 63. RGB value is (127,100,99). Sum of RGB (Red+Green+Blue) = 127+100+99=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6463 is #809B9C. Grayscale: #6B6B6B. Windows color (decimal): -8428445 or 6513791. OLE color: 6513791.

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

Color convert

RGB 127 100 99 -
CMYK 0 0.21 0.22 0.50
HSL 2.14º 0.12% 0.44% -
HSV(B) 2.14º 0.22% 0.5% -
XYZ 15.56 14.53 13.79 -
YUV 107.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 127 100 99 0 0.21 0.22 0.50 2.14 0.12 0.44
Hex 7F 64 63 0 15 16 32 2 C 2C
Octal 177 144 143 0 25 26 62 2 14 54
Binary 1111111 1100100 1100011 0 10101 10110 110010 10 1100 101100

Color Harmonies of #7F6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6463

Black with #7F6463

Text Example


Text Example

White with #7F6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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