Html Css Color HEX #786B6A Pharlap

📋 copy color: '#786B6A'

red 120 ◦ green 107 ◦ blue 106

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

Shades of Pharlap #786B6A

Tints of Pharlap #786B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 36.04%
G = 32.13%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#786B6A (or 0x786B6A) is known color: Pharlap. HEX triplet: 78, 6B and 6A. RGB value is (120,107,106). Sum of RGB (Red+Green+Blue) = 120+107+106=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B6A is #879495. Grayscale: #6E6E6E. Windows color (decimal): -8885398 or 6974328. OLE color: 6974328.

HSL color Cylindrical-coordinate representation of color #786B6A: hue angle of 4.29º degrees, saturation: 0.06, 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 #786B6A is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 107 106 -
CMYK 0 0.11 0.12 0.53
HSL 4.29º 0.06% 0.44% -
HSV(B) 4.29º 0.12% 0.47% -
XYZ 15.6 15.55 15.81 -
YUV 110.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 120 107 106 0 0.11 0.12 0.53 4.29 0.06 0.44
Hex 78 6B 6A 0 B C 35 4 6 2C
Octal 170 153 152 0 13 14 65 4 6 54
Binary 1111000 1101011 1101010 0 1011 1100 110101 100 110 101100

Color Harmonies of #786B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B6A

Black with #786B6A

Text Example


Text Example

White with #786B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,107,106); }

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

background-color css

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

 a { background-color: rgb(120,107,106); }

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

border-color css

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

 span { border-color: rgb(120,107,106); }

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