Html Css Color HEX #785F5C Pharlap

📋 copy color: '#785F5C'

red 120 ◦ green 95 ◦ blue 92

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

Shades of Pharlap #785F5C

Tints of Pharlap #785F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 39.09%
G = 30.94%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#785F5C (or 0x785F5C) is known color: Pharlap. HEX triplet: 78, 5F and 5C. RGB value is (120,95,92). Sum of RGB (Red+Green+Blue) = 120+95+92=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #785F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F5C is #87A0A3. Grayscale: #666666. Windows color (decimal): -8888484 or 6053752. OLE color: 6053752.

HSL color Cylindrical-coordinate representation of color #785F5C: hue angle of 6.43º 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 #785F5C is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 92 -
CMYK 0 0.21 0.23 0.53
HSL 6.43º 0.13% 0.42% -
HSV(B) 6.43º 0.23% 0.47% -
XYZ 13.77 12.95 11.9 -
YUV 102.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 120 95 92 0 0.21 0.23 0.53 6.43 0.13 0.42
Hex 78 5F 5C 0 15 17 35 6 D 2A
Octal 170 137 134 0 25 27 65 6 15 52
Binary 1111000 1011111 1011100 0 10101 10111 110101 110 1101 101010

Color Harmonies of #785F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F5C

Black with #785F5C

Text Example


Text Example

White with #785F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F5C; }

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

 H1.HeaderClassName
 {
   color: #785F5C;
 }
 .AnyTagClassName
 {
   color: #785F5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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