Html Css Color HEX #766463 Pharlap

📋 copy color: '#766463'

red 118 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #766463

Tints of Pharlap #766463

RGB

 RED value IS 118 (46.48% from 255) = 37.22%

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

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 37.22%
G = 31.55%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766463 (or 0x766463) is known color: Pharlap. HEX triplet: 76, 64 and 63. RGB value is (118,100,99). Sum of RGB (Red+Green+Blue) = 118+100+99=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766463 is #899B9C. Grayscale: #696969. Windows color (decimal): -9018269 or 6513782. OLE color: 6513782.

HSL color Cylindrical-coordinate representation of color #766463: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766463 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 99 -
CMYK 0 0.15 0.16 0.54
HSL 3.16º 0.09% 0.43% -
HSV(B) 3.16º 0.16% 0.46% -
XYZ 14.28 13.87 13.73 -
YUV 105.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 118 100 99 0 0.15 0.16 0.54 3.16 0.09 0.43
Hex 76 64 63 0 F 10 36 3 9 2B
Octal 166 144 143 0 17 20 66 3 11 53
Binary 1110110 1100100 1100011 0 1111 10000 110110 11 1001 101011

Color Harmonies of #766463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766463

Black with #766463

Text Example


Text Example

White with #766463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766463; }

 p { color: rgb(118,100,99); }

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

background-color css

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

 a { background-color: rgb(118,100,99); }

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

border-color css

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

 span { border-color: rgb(118,100,99); }

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