Html Css Color HEX #7F6762 Pharlap

📋 copy color: '#7F6762'

red 127 ◦ green 103 ◦ blue 98

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

Shades of Pharlap #7F6762

Tints of Pharlap #7F6762

RGB

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

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

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

R = 38.72%
G = 31.4%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#7F6762 (or 0x7F6762) is known color: Pharlap. HEX triplet: 7F, 67 and 62. RGB value is (127,103,98). Sum of RGB (Red+Green+Blue) = 127+103+98=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6762 is #80989D. Grayscale: #6D6D6D. Windows color (decimal): -8427678 or 6449023. OLE color: 6449023.

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

Color convert

RGB 127 103 98 -
CMYK 0 0.19 0.23 0.50
HSL 10.34º 0.13% 0.44% -
HSV(B) 10.34º 0.23% 0.5% -
XYZ 15.81 15.09 13.64 -
YUV 109.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 127 103 98 0 0.19 0.23 0.50 10.34 0.13 0.44
Hex 7F 67 62 0 13 17 32 A D 2C
Octal 177 147 142 0 23 27 62 12 15 54
Binary 1111111 1100111 1100010 0 10011 10111 110010 1010 1101 101100

Color Harmonies of #7F6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6762

Black with #7F6762

Text Example


Text Example

White with #7F6762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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