Html Css Color HEX #78605D Pharlap

📋 copy color: '#78605D'

red 120 ◦ green 96 ◦ blue 93

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

Shades of Pharlap #78605D

Tints of Pharlap #78605D

RGB

 RED value IS 120 (47.27% from 255) = 38.83%

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 38.83%
G = 31.07%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78605D (or 0x78605D) is known color: Pharlap. HEX triplet: 78, 60 and 5D. RGB value is (120,96,93). Sum of RGB (Red+Green+Blue) = 120+96+93=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78605D is #879FA2. Grayscale: #666666. Windows color (decimal): -8888227 or 6119544. OLE color: 6119544.

HSL color Cylindrical-coordinate representation of color #78605D: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78605D is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 93 -
CMYK 0 0.2 0.22 0.53
HSL 6.67º 0.13% 0.42% -
HSV(B) 6.67º 0.23% 0.47% -
XYZ 13.9 13.15 12.16 -
YUV 102.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 120 96 93 0 0.2 0.22 0.53 6.67 0.13 0.42
Hex 78 60 5D 0 14 16 35 7 D 2A
Octal 170 140 135 0 24 26 65 7 15 52
Binary 1111000 1100000 1011101 0 10100 10110 110101 111 1101 101010

Color Harmonies of #78605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78605D

Black with #78605D

Text Example


Text Example

White with #78605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78605D; }

 p { color: rgb(120,96,93); }

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

background-color css

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

 a { background-color: rgb(120,96,93); }

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

border-color css

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

 span { border-color: rgb(120,96,93); }

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