Html Css Color HEX #766865 Pharlap

📋 copy color: '#766865'

red 118 ◦ green 104 ◦ blue 101

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

Shades of Pharlap #766865

Tints of Pharlap #766865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 36.53%
G = 32.2%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766865 (or 0x766865) is known color: Pharlap. HEX triplet: 76, 68 and 65. RGB value is (118,104,101). Sum of RGB (Red+Green+Blue) = 118+104+101=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766865 is #89979A. Grayscale: #6B6B6B. Windows color (decimal): -9017243 or 6645878. OLE color: 6645878.

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

Color convert

RGB 118 104 101 -
CMYK 0 0.12 0.14 0.54
HSL 10.59º 0.08% 0.43% -
HSV(B) 10.59º 0.14% 0.46% -
XYZ 14.77 14.69 14.37 -
YUV 107.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 118 104 101 0 0.12 0.14 0.54 10.59 0.08 0.43
Hex 76 68 65 0 C E 36 B 8 2B
Octal 166 150 145 0 14 16 66 13 10 53
Binary 1110110 1101000 1100101 0 1100 1110 110110 1011 1000 101011

Color Harmonies of #766865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766865

Black with #766865

Text Example


Text Example

White with #766865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766865; }

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

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

background-color css

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

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

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

border-color css

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

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

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