Html Css Color HEX #7F6866 Pharlap

📋 copy color: '#7F6866'

red 127 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #7F6866

Tints of Pharlap #7F6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 38.14%
G = 31.23%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F6866 (or 0x7F6866) is known color: Pharlap. HEX triplet: 7F, 68 and 66. RGB value is (127,104,102). Sum of RGB (Red+Green+Blue) = 127+104+102=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6866 is #809799. Grayscale: #6E6E6E. Windows color (decimal): -8427418 or 6711423. OLE color: 6711423.

HSL color Cylindrical-coordinate representation of color #7F6866: hue angle of 4.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6866 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 104 102 -
CMYK 0 0.18 0.20 0.50
HSL 4.8º 0.11% 0.45% -
HSV(B) 4.8º 0.2% 0.5% -
XYZ 16.1 15.37 14.69 -
YUV 110.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 127 104 102 0 0.18 0.20 0.50 4.8 0.11 0.45
Hex 7F 68 66 0 12 14 32 5 B 2D
Octal 177 150 146 0 22 24 62 5 13 55
Binary 1111111 1101000 1100110 0 10010 10100 110010 101 1011 101101

Color Harmonies of #7F6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6866

Black with #7F6866

Text Example


Text Example

White with #7F6866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,102); }

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

background-color css

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

 a { background-color: rgb(127,104,102); }

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

border-color css

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

 span { border-color: rgb(127,104,102); }

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