#746967

Color #746967 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #746967

Tints of Pharlap #746967

Color information

#746967 (or 0x746967) is unknown color: approx Pharlap. HEX triplet: 74, 69 and 67. RGB value is (116,105,103). Sum of RGB (Red+Green+Blue) = 116+105+103=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #746967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746967 is #8B9698. Grayscale: #6C6C6C. Windows color (decimal): -9148057 or 6777204. OLE color: 6777204.

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

Color convert

RGB116105103-
CMYK00.090.110.55
HSL9.23º5.94%42.94%-
HSV(B)9.23º11.21%45.49%-
XYZ14.714.814.91-
YUV108.06125.14133.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=35.80%
G=32.41%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610510300.090.110.559.235.9442.94
Hex74696709B37962b
Octal164151147011136711653
Binary1110100110100111001110100110111101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746967; }

 p { color: rgb(116,105,103); }

 H1.HeaderClassName
 {
   color: #746967;
 }
 .AnyTagClassName
 {
   color: #746967;
 }
</style>
background-color css

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

 a { background-color: rgb(116,105,103); }

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

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

 span { border-color: rgb(116,105,103); }

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