#736A68

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

Shades of Pharlap #736A68

Tints of Pharlap #736A68

Color information

#736A68 (or 0x736A68) is unknown color: approx Pharlap. HEX triplet: 73, 6A and 68. RGB value is (115,106,104). Sum of RGB (Red+Green+Blue) = 115+106+104=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #736A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A68 is #8C9597. Grayscale: #6C6C6C. Windows color (decimal): -9213336 or 6842995. OLE color: 6842995.

HSL color Cylindrical-coordinate representation of color #736A68: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736A68 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB115106104-
CMYK00.080.100.55
HSL10.91º5.02%42.94%-
HSV(B)10.91º9.57%45.1%-
XYZ14.7214.9515.21-
YUV108.46125.48132.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 104 (41.02% from 255) = 32%
R=35.38%
G=32.62%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510610400.080.100.5510.915.0242.94
Hex736A6808A37b52b
Octal163152150010126713553
Binary1110011110101011010000100010101101111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A68; }

 p { color: rgb(115,106,104); }

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

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

 a { background-color: rgb(115,106,104); }

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

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

 span { border-color: rgb(115,106,104); }

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