Html Css Color HEX #766461 Pharlap

📋 copy color: '#766461'

red 118 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #766461

Tints of Pharlap #766461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 37.46%
G = 31.75%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766461 (or 0x766461) is known color: Pharlap. HEX triplet: 76, 64 and 61. RGB value is (118,100,97). Sum of RGB (Red+Green+Blue) = 118+100+97=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766461 is #899B9E. Grayscale: #696969. Windows color (decimal): -9018271 or 6382710. OLE color: 6382710.

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

Color convert

RGB 118 100 97 -
CMYK 0 0.15 0.18 0.54
HSL 8.57º 0.1% 0.42% -
HSV(B) 8.57º 0.18% 0.46% -
XYZ 14.19 13.83 13.23 -
YUV 105.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 118 100 97 0 0.15 0.18 0.54 8.57 0.1 0.42
Hex 76 64 61 0 F 12 36 9 A 2A
Octal 166 144 141 0 17 22 66 11 12 52
Binary 1110110 1100100 1100001 0 1111 10010 110110 1001 1010 101010

Color Harmonies of #766461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766461

Black with #766461

Text Example


Text Example

White with #766461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766461; }

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

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

background-color css

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

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

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

border-color css

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

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

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