Html Css Color HEX #766764 Pharlap

📋 copy color: '#766764'

red 118 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #766764

Tints of Pharlap #766764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 36.76%
G = 32.09%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766764 (or 0x766764) is known color: Pharlap. HEX triplet: 76, 67 and 64. RGB value is (118,103,100). Sum of RGB (Red+Green+Blue) = 118+103+100=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766764 is #89989B. Grayscale: #6B6B6B. Windows color (decimal): -9017500 or 6580086. OLE color: 6580086.

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

Color convert

RGB 118 103 100 -
CMYK 0 0.13 0.15 0.54
HSL 10º 0.08% 0.43% -
HSV(B) 10º 0.15% 0.46% -
XYZ 14.62 14.47 14.08 -
YUV 107.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 118 103 100 0 0.13 0.15 0.54 10 0.08 0.43
Hex 76 67 64 0 D F 36 A 8 2B
Octal 166 147 144 0 15 17 66 12 10 53
Binary 1110110 1100111 1100100 0 1101 1111 110110 1010 1000 101011

Color Harmonies of #766764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766764

Black with #766764

Text Example


Text Example

White with #766764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766764; }

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

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

background-color css

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

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

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

border-color css

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

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

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