Html Css Color HEX #766260 Pharlap

📋 copy color: '#766260'

red 118 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #766260

Tints of Pharlap #766260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 37.82%
G = 31.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766260 (or 0x766260) is known color: Pharlap. HEX triplet: 76, 62 and 60. RGB value is (118,98,96). Sum of RGB (Red+Green+Blue) = 118+98+96=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766260 is #899D9F. Grayscale: #676767. Windows color (decimal): -9018784 or 6316662. OLE color: 6316662.

HSL color Cylindrical-coordinate representation of color #766260: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766260 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 96 -
CMYK 0 0.17 0.19 0.54
HSL 5.45º 0.1% 0.42% -
HSV(B) 5.45º 0.19% 0.46% -
XYZ 13.95 13.43 12.92 -
YUV 103.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 118 98 96 0 0.17 0.19 0.54 5.45 0.1 0.42
Hex 76 62 60 0 11 13 36 5 A 2A
Octal 166 142 140 0 21 23 66 5 12 52
Binary 1110110 1100010 1100000 0 10001 10011 110110 101 1010 101010

Color Harmonies of #766260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766260

Black with #766260

Text Example


Text Example

White with #766260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766260; }

 p { color: rgb(118,98,96); }

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

background-color css

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

 a { background-color: rgb(118,98,96); }

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

border-color css

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

 span { border-color: rgb(118,98,96); }

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