Html Css Color HEX #766664 Pharlap

📋 copy color: '#766664'

red 118 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #766664

Tints of Pharlap #766664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 36.88%
G = 31.88%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766664 (or 0x766664) is known color: Pharlap. HEX triplet: 76, 66 and 64. RGB value is (118,102,100). Sum of RGB (Red+Green+Blue) = 118+102+100=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766664 is #89999B. Grayscale: #6A6A6A. Windows color (decimal): -9017756 or 6579830. OLE color: 6579830.

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

Color convert

RGB 118 102 100 -
CMYK 0 0.14 0.15 0.54
HSL 6.67º 0.08% 0.43% -
HSV(B) 6.67º 0.15% 0.46% -
XYZ 14.52 14.27 14.05 -
YUV 106.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 118 102 100 0 0.14 0.15 0.54 6.67 0.08 0.43
Hex 76 66 64 0 E F 36 7 8 2B
Octal 166 146 144 0 16 17 66 7 10 53
Binary 1110110 1100110 1100100 0 1110 1111 110110 111 1000 101011

Color Harmonies of #766664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766664

Black with #766664

Text Example


Text Example

White with #766664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766664; }

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

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

background-color css

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

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

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

border-color css

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

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

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