Html Css Color HEX #78605E Pharlap

📋 copy color: '#78605E'

red 120 ◦ green 96 ◦ blue 94

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

Shades of Pharlap #78605E

Tints of Pharlap #78605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 38.71%
G = 30.97%
B = 30.32%

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

#78605E (or 0x78605E) is known color: Pharlap. HEX triplet: 78, 60 and 5E. RGB value is (120,96,94). Sum of RGB (Red+Green+Blue) = 120+96+94=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78605E is #879FA1. Grayscale: #666666. Windows color (decimal): -8888226 or 6185080. OLE color: 6185080.

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

Color convert

RGB 120 96 94 -
CMYK 0 0.2 0.22 0.53
HSL 4.62º 0.12% 0.42% -
HSV(B) 4.62º 0.22% 0.47% -
XYZ 13.95 13.17 12.4 -
YUV 102.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 120 96 94 0 0.2 0.22 0.53 4.62 0.12 0.42
Hex 78 60 5E 0 14 16 35 5 C 2A
Octal 170 140 136 0 24 26 65 5 14 52
Binary 1111000 1100000 1011110 0 10100 10110 110101 101 1100 101010

Color Harmonies of #78605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78605E

Black with #78605E

Text Example


Text Example

White with #78605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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