#78625F

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

Shades of Pharlap #78625F

Tints of Pharlap #78625F

Color information

#78625F (or 0x78625F) is unknown color: approx Pharlap. HEX triplet: 78, 62 and 5F. RGB value is (120,98,95). Sum of RGB (Red+Green+Blue) = 120+98+95=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78625F is #879DA0. Grayscale: #686868. Windows color (decimal): -8887713 or 6251128. OLE color: 6251128.

HSL color Cylindrical-coordinate representation of color #78625F: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78625F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1209895-
CMYK00.180.210.53
HSL7.2º11.63%42.16%-
HSV(B)7.2º20.83%47.06%-
XYZ14.1813.5512.7-
YUV104.24122.79139.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=38.34%
G=31.31%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120989500.180.210.537.211.6342.16
Hex78625F01215357c2a
Octal170142137022256571452
Binary111100011000101011111010010101011101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78625F; }

 p { color: rgb(120,98,95); }

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

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

 a { background-color: rgb(120,98,95); }

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

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

 span { border-color: rgb(120,98,95); }

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