Html Css Color HEX #786C69 Pharlap

📋 copy color: '#786C69'

red 120 ◦ green 108 ◦ blue 105

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

Shades of Pharlap #786C69

Tints of Pharlap #786C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 36.04%
G = 32.43%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786C69 (or 0x786C69) is known color: Pharlap. HEX triplet: 78, 6C and 69. RGB value is (120,108,105). Sum of RGB (Red+Green+Blue) = 120+108+105=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C69 is #879396. Grayscale: #6F6F6F. Windows color (decimal): -8885143 or 6909048. OLE color: 6909048.

HSL color Cylindrical-coordinate representation of color #786C69: hue angle of 12º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786C69 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 105 -
CMYK 0 0.10 0.13 0.53
HSL 12º 0.07% 0.44% -
HSV(B) 12º 0.13% 0.47% -
XYZ 15.66 15.74 15.58 -
YUV 111.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 120 108 105 0 0.10 0.13 0.53 12 0.07 0.44
Hex 78 6C 69 0 A D 35 C 7 2C
Octal 170 154 151 0 12 15 65 14 7 54
Binary 1111000 1101100 1101001 0 1010 1101 110101 1100 111 101100

Color Harmonies of #786C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C69

Black with #786C69

Text Example


Text Example

White with #786C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,105); }

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

background-color css

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

 a { background-color: rgb(120,108,105); }

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

border-color css

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

 span { border-color: rgb(120,108,105); }

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