Html Css Color HEX #786A68 Pharlap

📋 copy color: '#786A68'

red 120 ◦ green 106 ◦ blue 104

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

Shades of Pharlap #786A68

Tints of Pharlap #786A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 36.36%
G = 32.12%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786A68 (or 0x786A68) is known color: Pharlap. HEX triplet: 78, 6A and 68. RGB value is (120,106,104). Sum of RGB (Red+Green+Blue) = 120+106+104=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A68 is #879597. Grayscale: #6D6D6D. Windows color (decimal): -8885656 or 6843000. OLE color: 6843000.

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

Color convert

RGB 120 106 104 -
CMYK 0 0.12 0.13 0.53
HSL 7.5º 0.07% 0.44% -
HSV(B) 7.5º 0.13% 0.47% -
XYZ 15.4 15.3 15.24 -
YUV 109.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 120 106 104 0 0.12 0.13 0.53 7.5 0.07 0.44
Hex 78 6A 68 0 C D 35 8 7 2C
Octal 170 152 150 0 14 15 65 10 7 54
Binary 1111000 1101010 1101000 0 1100 1101 110101 1000 111 101100

Color Harmonies of #786A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A68

Black with #786A68

Text Example


Text Example

White with #786A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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