Html Css Color HEX #7F6562 Pharlap

📋 copy color: '#7F6562'

red 127 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #7F6562

Tints of Pharlap #7F6562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 38.96%
G = 30.98%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#7F6562 (or 0x7F6562) is known color: Pharlap. HEX triplet: 7F, 65 and 62. RGB value is (127,101,98). Sum of RGB (Red+Green+Blue) = 127+101+98=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6562 is #809A9D. Grayscale: #6C6C6C. Windows color (decimal): -8428190 or 6448511. OLE color: 6448511.

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

Color convert

RGB 127 101 98 -
CMYK 0 0.20 0.23 0.50
HSL 6.21º 0.13% 0.44% -
HSV(B) 6.21º 0.23% 0.5% -
XYZ 15.61 14.7 13.57 -
YUV 108.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 127 101 98 0 0.20 0.23 0.50 6.21 0.13 0.44
Hex 7F 65 62 0 14 17 32 6 D 2C
Octal 177 145 142 0 24 27 62 6 15 54
Binary 1111111 1100101 1100010 0 10100 10111 110010 110 1101 101100

Color Harmonies of #7F6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6562

Black with #7F6562

Text Example


Text Example

White with #7F6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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