Html Css Color HEX #776664 Pharlap

📋 copy color: '#776664'

red 119 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #776664

Tints of Pharlap #776664

RGB

 RED value IS 119 (46.88% from 255) = 37.07%

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

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

R = 37.07%
G = 31.78%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#776664 (or 0x776664) is known color: Pharlap. HEX triplet: 77, 66 and 64. RGB value is (119,102,100). Sum of RGB (Red+Green+Blue) = 119+102+100=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776664 is #88999B. Grayscale: #6A6A6A. Windows color (decimal): -8952220 or 6579831. OLE color: 6579831.

HSL color Cylindrical-coordinate representation of color #776664: hue angle of 6.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776664 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 100 -
CMYK 0 0.14 0.16 0.53
HSL 6.32º 0.09% 0.43% -
HSV(B) 6.32º 0.16% 0.47% -
XYZ 14.66 14.34 14.05 -
YUV 106.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 119 102 100 0 0.14 0.16 0.53 6.32 0.09 0.43
Hex 77 66 64 0 E 10 35 6 9 2B
Octal 167 146 144 0 16 20 65 6 11 53
Binary 1110111 1100110 1100100 0 1110 10000 110101 110 1001 101011

Color Harmonies of #776664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776664

Black with #776664

Text Example


Text Example

White with #776664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776664; }

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

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

background-color css

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

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

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

border-color css

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

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

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