Html Css Color HEX #786B68 Pharlap

📋 copy color: '#786B68'

red 120 ◦ green 107 ◦ blue 104

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

Shades of Pharlap #786B68

Tints of Pharlap #786B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 36.25%
G = 32.33%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786B68 (or 0x786B68) is known color: Pharlap. HEX triplet: 78, 6B and 68. RGB value is (120,107,104). Sum of RGB (Red+Green+Blue) = 120+107+104=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B68 is #879497. Grayscale: #6E6E6E. Windows color (decimal): -8885400 or 6843256. OLE color: 6843256.

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

Color convert

RGB 120 107 104 -
CMYK 0 0.11 0.13 0.53
HSL 11.25º 0.07% 0.44% -
HSV(B) 11.25º 0.13% 0.47% -
XYZ 15.5 15.51 15.27 -
YUV 110.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 120 107 104 0 0.11 0.13 0.53 11.25 0.07 0.44
Hex 78 6B 68 0 B D 35 B 7 2C
Octal 170 153 150 0 13 15 65 13 7 54
Binary 1111000 1101011 1101000 0 1011 1101 110101 1011 111 101100

Color Harmonies of #786B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B68

Black with #786B68

Text Example


Text Example

White with #786B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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