Html Css Color HEX #766360 Pharlap

📋 copy color: '#766360'

red 118 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #766360

Tints of Pharlap #766360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 37.7%
G = 31.63%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766360 (or 0x766360) is known color: Pharlap. HEX triplet: 76, 63 and 60. RGB value is (118,99,96). Sum of RGB (Red+Green+Blue) = 118+99+96=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766360 is #899C9F. Grayscale: #686868. Windows color (decimal): -9018528 or 6316918. OLE color: 6316918.

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

Color convert

RGB 118 99 96 -
CMYK 0 0.16 0.19 0.54
HSL 8.18º 0.1% 0.42% -
HSV(B) 8.18º 0.19% 0.46% -
XYZ 14.04 13.62 12.95 -
YUV 104.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 118 99 96 0 0.16 0.19 0.54 8.18 0.1 0.42
Hex 76 63 60 0 10 13 36 8 A 2A
Octal 166 143 140 0 20 23 66 10 12 52
Binary 1110110 1100011 1100000 0 10000 10011 110110 1000 1010 101010

Color Harmonies of #766360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766360

Black with #766360

Text Example


Text Example

White with #766360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766360; }

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

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

background-color css

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

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

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

border-color css

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

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

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