Html Css Color HEX #7F6867 Pharlap

📋 copy color: '#7F6867'

red 127 ◦ green 104 ◦ blue 103

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

Shades of Pharlap #7F6867

Tints of Pharlap #7F6867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 38.02%
G = 31.14%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#7F6867 (or 0x7F6867) is known color: Pharlap. HEX triplet: 7F, 68 and 67. RGB value is (127,104,103). Sum of RGB (Red+Green+Blue) = 127+104+103=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6867 is #809798. Grayscale: #6E6E6E. Windows color (decimal): -8427417 or 6776959. OLE color: 6776959.

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

Color convert

RGB 127 104 103 -
CMYK 0 0.18 0.19 0.50
HSL 2.5º 0.1% 0.45% -
HSV(B) 2.5º 0.19% 0.5% -
XYZ 16.15 15.39 14.95 -
YUV 110.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 127 104 103 0 0.18 0.19 0.50 2.5 0.1 0.45
Hex 7F 68 67 0 12 13 32 2 A 2D
Octal 177 150 147 0 22 23 62 2 12 55
Binary 1111111 1101000 1100111 0 10010 10011 110010 10 1010 101101

Color Harmonies of #7F6867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6867

Black with #7F6867

Text Example


Text Example

White with #7F6867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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