Html Css Color HEX #766663 Pharlap

📋 copy color: '#766663'

red 118 ◦ green 102 ◦ blue 99

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

Shades of Pharlap #766663

Tints of Pharlap #766663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 36.99%
G = 31.97%
B = 31.03%

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

#766663 (or 0x766663) is known color: Pharlap. HEX triplet: 76, 66 and 63. RGB value is (118,102,99). Sum of RGB (Red+Green+Blue) = 118+102+99=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766663 is #89999C. Grayscale: #6A6A6A. Windows color (decimal): -9017757 or 6514294. OLE color: 6514294.

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

Color convert

RGB 118 102 99 -
CMYK 0 0.14 0.16 0.54
HSL 9.47º 0.09% 0.43% -
HSV(B) 9.47º 0.16% 0.46% -
XYZ 14.47 14.26 13.79 -
YUV 106.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 118 102 99 0 0.14 0.16 0.54 9.47 0.09 0.43
Hex 76 66 63 0 E 10 36 9 9 2B
Octal 166 146 143 0 16 20 66 11 11 53
Binary 1110110 1100110 1100011 0 1110 10000 110110 1001 1001 101011

Color Harmonies of #766663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766663

Black with #766663

Text Example


Text Example

White with #766663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766663; }

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

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

background-color css

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

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

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

border-color css

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

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

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