Html Css Color HEX #766261 Pharlap

📋 copy color: '#766261'

red 118 ◦ green 98 ◦ blue 97

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

Shades of Pharlap #766261

Tints of Pharlap #766261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 37.7%
G = 31.31%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766261 (or 0x766261) is known color: Pharlap. HEX triplet: 76, 62 and 61. RGB value is (118,98,97). Sum of RGB (Red+Green+Blue) = 118+98+97=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766261 is #899D9E. Grayscale: #676767. Windows color (decimal): -9018783 or 6382198. OLE color: 6382198.

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

Color convert

RGB 118 98 97 -
CMYK 0 0.17 0.18 0.54
HSL 2.86º 0.1% 0.42% -
HSV(B) 2.86º 0.18% 0.46% -
XYZ 14 13.45 13.17 -
YUV 103.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 118 98 97 0 0.17 0.18 0.54 2.86 0.1 0.42
Hex 76 62 61 0 11 12 36 3 A 2A
Octal 166 142 141 0 21 22 66 3 12 52
Binary 1110110 1100010 1100001 0 10001 10010 110110 11 1010 101010

Color Harmonies of #766261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766261

Black with #766261

Text Example


Text Example

White with #766261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766261; }

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

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

background-color css

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

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

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

border-color css

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

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

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