Html Css Color HEX #746361 Pharlap

📋 copy color: '#746361'

red 116 ◦ green 99 ◦ blue 97

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

Shades of Pharlap #746361

Tints of Pharlap #746361

RGB

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

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

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

R = 37.18%
G = 31.73%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746361 (or 0x746361) is known color: Pharlap. HEX triplet: 74, 63 and 61. RGB value is (116,99,97). Sum of RGB (Red+Green+Blue) = 116+99+97=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #746361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746361 is #8B9C9E. Grayscale: #676767. Windows color (decimal): -9149599 or 6382452. OLE color: 6382452.

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

Color convert

RGB 116 99 97 -
CMYK 0 0.15 0.16 0.55
HSL 6.32º 0.09% 0.42% -
HSV(B) 6.32º 0.16% 0.45% -
XYZ 13.82 13.5 13.19 -
YUV 103.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 116 99 97 0 0.15 0.16 0.55 6.32 0.09 0.42
Hex 74 63 61 0 F 10 37 6 9 2A
Octal 164 143 141 0 17 20 67 6 11 52
Binary 1110100 1100011 1100001 0 1111 10000 110111 110 1001 101010

Color Harmonies of #746361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746361

Black with #746361

Text Example


Text Example

White with #746361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746361; }

 p { color: rgb(116,99,97); }

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

background-color css

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

 a { background-color: rgb(116,99,97); }

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

border-color css

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

 span { border-color: rgb(116,99,97); }

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