Html Css Color HEX #786361 Pharlap

📋 copy color: '#786361'

red 120 ◦ green 99 ◦ blue 97

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

Shades of Pharlap #786361

Tints of Pharlap #786361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 37.97%
G = 31.33%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#786361 (or 0x786361) is known color: Pharlap. HEX triplet: 78, 63 and 61. RGB value is (120,99,97). Sum of RGB (Red+Green+Blue) = 120+99+97=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786361 is #879C9E. Grayscale: #696969. Windows color (decimal): -8887455 or 6382456. OLE color: 6382456.

HSL color Cylindrical-coordinate representation of color #786361: hue angle of 5.22º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786361 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 99 97 -
CMYK 0 0.17 0.19 0.53
HSL 5.22º 0.11% 0.43% -
HSV(B) 5.22º 0.19% 0.47% -
XYZ 14.37 13.78 13.21 -
YUV 105.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 120 99 97 0 0.17 0.19 0.53 5.22 0.11 0.43
Hex 78 63 61 0 11 13 35 5 B 2B
Octal 170 143 141 0 21 23 65 5 13 53
Binary 1111000 1100011 1100001 0 10001 10011 110101 101 1011 101011

Color Harmonies of #786361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786361

Black with #786361

Text Example


Text Example

White with #786361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786361; }

 p { color: rgb(120,99,97); }

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

background-color css

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

 a { background-color: rgb(120,99,97); }

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

border-color css

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

 span { border-color: rgb(120,99,97); }

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