Html Css Color HEX #766562 Pharlap

📋 copy color: '#766562'

red 118 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #766562

Tints of Pharlap #766562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 37.22%
G = 31.86%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#766562 (or 0x766562) is known color: Pharlap. HEX triplet: 76, 65 and 62. RGB value is (118,101,98). Sum of RGB (Red+Green+Blue) = 118+101+98=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766562 is #899A9D. Grayscale: #696969. Windows color (decimal): -9018014 or 6448502. OLE color: 6448502.

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

Color convert

RGB 118 101 98 -
CMYK 0 0.14 0.17 0.54
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.46% -
XYZ 14.33 14.04 13.51 -
YUV 105.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 118 101 98 0 0.14 0.17 0.54 9 0.09 0.42
Hex 76 65 62 0 E 11 36 9 9 2A
Octal 166 145 142 0 16 21 66 11 11 52
Binary 1110110 1100101 1100010 0 1110 10001 110110 1001 1001 101010

Color Harmonies of #766562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766562

Black with #766562

Text Example


Text Example

White with #766562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766562; }

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

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

background-color css

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

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

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

border-color css

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

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

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