Html Css Color HEX #766362 Pharlap

📋 copy color: '#766362'

red 118 ◦ green 99 ◦ blue 98

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

Shades of Pharlap #766362

Tints of Pharlap #766362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 37.46%
G = 31.43%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#766362 (or 0x766362) is known color: Pharlap. HEX triplet: 76, 63 and 62. RGB value is (118,99,98). Sum of RGB (Red+Green+Blue) = 118+99+98=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766362 is #899C9D. Grayscale: #686868. Windows color (decimal): -9018526 or 6447990. OLE color: 6447990.

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

Color convert

RGB 118 99 98 -
CMYK 0 0.16 0.17 0.54
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.46% -
XYZ 14.14 13.66 13.45 -
YUV 104.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 118 99 98 0 0.16 0.17 0.54 3 0.09 0.42
Hex 76 63 62 0 10 11 36 3 9 2A
Octal 166 143 142 0 20 21 66 3 11 52
Binary 1110110 1100011 1100010 0 10000 10001 110110 11 1001 101010

Color Harmonies of #766362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766362

Black with #766362

Text Example


Text Example

White with #766362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766362; }

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

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

background-color css

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

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

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

border-color css

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

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

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