Html Css Color HEX #786462 Pharlap

📋 copy color: '#786462'

red 120 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #786462

Tints of Pharlap #786462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 37.74%
G = 31.45%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#786462 (or 0x786462) is known color: Pharlap. HEX triplet: 78, 64 and 62. RGB value is (120,100,98). Sum of RGB (Red+Green+Blue) = 120+100+98=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786462 is #879B9D. Grayscale: #696969. Windows color (decimal): -8887198 or 6448248. OLE color: 6448248.

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

Color convert

RGB 120 100 98 -
CMYK 0 0.17 0.18 0.53
HSL 5.45º 0.1% 0.43% -
HSV(B) 5.45º 0.18% 0.47% -
XYZ 14.51 13.99 13.49 -
YUV 105.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 120 100 98 0 0.17 0.18 0.53 5.45 0.1 0.43
Hex 78 64 62 0 11 12 35 5 A 2B
Octal 170 144 142 0 21 22 65 5 12 53
Binary 1111000 1100100 1100010 0 10001 10010 110101 101 1010 101011

Color Harmonies of #786462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786462

Black with #786462

Text Example


Text Example

White with #786462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786462; }

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

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

background-color css

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

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

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

border-color css

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

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

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