Html Css Color HEX #746260 Pharlap

📋 copy color: '#746260'

red 116 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #746260

Tints of Pharlap #746260

RGB

 RED value IS 116 (45.7% from 255) = 37.42%

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 37.42%
G = 31.61%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#746260 (or 0x746260) is known color: Pharlap. HEX triplet: 74, 62 and 60. RGB value is (116,98,96). Sum of RGB (Red+Green+Blue) = 116+98+96=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746260 is #8B9D9F. Grayscale: #676767. Windows color (decimal): -9149856 or 6316660. OLE color: 6316660.

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

Color convert

RGB 116 98 96 -
CMYK 0 0.16 0.17 0.55
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.45% -
XYZ 13.68 13.29 12.91 -
YUV 103.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 116 98 96 0 0.16 0.17 0.55 6 0.09 0.42
Hex 74 62 60 0 10 11 37 6 9 2A
Octal 164 142 140 0 20 21 67 6 11 52
Binary 1110100 1100010 1100000 0 10000 10001 110111 110 1001 101010

Color Harmonies of #746260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746260

Black with #746260

Text Example


Text Example

White with #746260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746260; }

 p { color: rgb(116,98,96); }

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

background-color css

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

 a { background-color: rgb(116,98,96); }

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

border-color css

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

 span { border-color: rgb(116,98,96); }

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