Html Css Color HEX #786E6D Pharlap

📋 copy color: '#786E6D'

red 120 ◦ green 110 ◦ blue 109

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

Shades of Pharlap #786E6D

Tints of Pharlap #786E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 35.4%
G = 32.45%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#786E6D (or 0x786E6D) is known color: Pharlap. HEX triplet: 78, 6E and 6D. RGB value is (120,110,109). Sum of RGB (Red+Green+Blue) = 120+110+109=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E6D is #879192. Grayscale: #707070. Windows color (decimal): -8884627 or 7171704. OLE color: 7171704.

HSL color Cylindrical-coordinate representation of color #786E6D: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #786E6D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 110 109 -
CMYK 0 0.08 0.09 0.53
HSL 5.45º 0.05% 0.45% -
HSV(B) 5.45º 0.09% 0.47% -
XYZ 16.08 16.25 16.76 -
YUV 112.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 120 110 109 0 0.08 0.09 0.53 5.45 0.05 0.45
Hex 78 6E 6D 0 8 9 35 5 5 2D
Octal 170 156 155 0 10 11 65 5 5 55
Binary 1111000 1101110 1101101 0 1000 1001 110101 101 101 101101

Color Harmonies of #786E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E6D

Black with #786E6D

Text Example


Text Example

White with #786E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786E6D; }

 p { color: rgb(120,110,109); }

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

background-color css

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

 a { background-color: rgb(120,110,109); }

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

border-color css

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

 span { border-color: rgb(120,110,109); }

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