Html Css Color HEX #766563 Pharlap

📋 copy color: '#766563'

red 118 ◦ green 101 ◦ blue 99

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

Shades of Pharlap #766563

Tints of Pharlap #766563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 37.11%
G = 31.76%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#766563 (or 0x766563) is known color: Pharlap. HEX triplet: 76, 65 and 63. RGB value is (118,101,99). Sum of RGB (Red+Green+Blue) = 118+101+99=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766563 is #899A9C. Grayscale: #696969. Windows color (decimal): -9018013 or 6514038. OLE color: 6514038.

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

Color convert

RGB 118 101 99 -
CMYK 0 0.14 0.16 0.54
HSL 6.32º 0.09% 0.43% -
HSV(B) 6.32º 0.16% 0.46% -
XYZ 14.38 14.06 13.76 -
YUV 105.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 118 101 99 0 0.14 0.16 0.54 6.32 0.09 0.43
Hex 76 65 63 0 E 10 36 6 9 2B
Octal 166 145 143 0 16 20 66 6 11 53
Binary 1110110 1100101 1100011 0 1110 10000 110110 110 1001 101011

Color Harmonies of #766563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766563

Black with #766563

Text Example


Text Example

White with #766563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766563; }

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

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

background-color css

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

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

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

border-color css

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

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

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