Html Css Color HEX #746362 Pharlap

📋 copy color: '#746362'

red 116 ◦ green 99 ◦ blue 98

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

Shades of Pharlap #746362

Tints of Pharlap #746362

RGB

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

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

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

R = 37.06%
G = 31.63%
B = 31.31%

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

#746362 (or 0x746362) is known color: Pharlap. HEX triplet: 74, 63 and 62. RGB value is (116,99,98). Sum of RGB (Red+Green+Blue) = 116+99+98=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746362 is #8B9C9D. Grayscale: #676767. Windows color (decimal): -9149598 or 6447988. OLE color: 6447988.

HSL color Cylindrical-coordinate representation of color #746362: hue angle of 3.33º degrees, saturation: 0.08, 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 #746362 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 98 -
CMYK 0 0.15 0.16 0.55
HSL 3.33º 0.08% 0.42% -
HSV(B) 3.33º 0.16% 0.45% -
XYZ 13.87 13.52 13.43 -
YUV 103.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 116 99 98 0 0.15 0.16 0.55 3.33 0.08 0.42
Hex 74 63 62 0 F 10 37 3 8 2A
Octal 164 143 142 0 17 20 67 3 10 52
Binary 1110100 1100011 1100010 0 1111 10000 110111 11 1000 101010

Color Harmonies of #746362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746362

Black with #746362

Text Example


Text Example

White with #746362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746362; }

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

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

background-color css

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

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

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

border-color css

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

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

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