Html Css Color HEX #786461 Pharlap

📋 copy color: '#786461'

red 120 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #786461

Tints of Pharlap #786461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

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

R = 37.85%
G = 31.55%
B = 30.6%

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

#786461 (or 0x786461) is known color: Pharlap. HEX triplet: 78, 64 and 61. RGB value is (120,100,97). Sum of RGB (Red+Green+Blue) = 120+100+97=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786461 is #879B9E. Grayscale: #696969. Windows color (decimal): -8887199 or 6382712. OLE color: 6382712.

HSL color Cylindrical-coordinate representation of color #786461: hue angle of 7.83º 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 #786461 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 97 -
CMYK 0 0.17 0.19 0.53
HSL 7.83º 0.11% 0.43% -
HSV(B) 7.83º 0.19% 0.47% -
XYZ 14.46 13.97 13.24 -
YUV 105.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 120 100 97 0 0.17 0.19 0.53 7.83 0.11 0.43
Hex 78 64 61 0 11 13 35 8 B 2B
Octal 170 144 141 0 21 23 65 10 13 53
Binary 1111000 1100100 1100001 0 10001 10011 110101 1000 1011 101011

Color Harmonies of #786461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786461

Black with #786461

Text Example


Text Example

White with #786461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786461; }

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

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

background-color css

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

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

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

border-color css

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

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

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