Html Css Color HEX #7F6461 Pharlap

📋 copy color: '#7F6461'

red 127 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #7F6461

Tints of Pharlap #7F6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 39.2%
G = 30.86%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F6461 (or 0x7F6461) is known color: Pharlap. HEX triplet: 7F, 64 and 61. RGB value is (127,100,97). Sum of RGB (Red+Green+Blue) = 127+100+97=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6461 is #809B9E. Grayscale: #6B6B6B. Windows color (decimal): -8428447 or 6382719. OLE color: 6382719.

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

Color convert

RGB 127 100 97 -
CMYK 0 0.21 0.24 0.50
HSL 0.13% 0.44% -
HSV(B) 0.24% 0.5% -
XYZ 15.47 14.49 13.29 -
YUV 107.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 127 100 97 0 0.21 0.24 0.50 6 0.13 0.44
Hex 7F 64 61 0 15 18 32 6 D 2C
Octal 177 144 141 0 25 30 62 6 15 54
Binary 1111111 1100100 1100001 0 10101 11000 110010 110 1101 101100

Color Harmonies of #7F6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6461

Black with #7F6461

Text Example


Text Example

White with #7F6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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