Html Css Color HEX #786968 Pharlap

📋 copy color: '#786968'

red 120 ◦ green 105 ◦ blue 104

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

Shades of Pharlap #786968

Tints of Pharlap #786968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 36.47%
G = 31.91%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786968 (or 0x786968) is known color: Pharlap. HEX triplet: 78, 69 and 68. RGB value is (120,105,104). Sum of RGB (Red+Green+Blue) = 120+105+104=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #786968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786968 is #879697. Grayscale: #6D6D6D. Windows color (decimal): -8885912 or 6842744. OLE color: 6842744.

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

Color convert

RGB 120 105 104 -
CMYK 0 0.13 0.13 0.53
HSL 3.75º 0.07% 0.44% -
HSV(B) 3.75º 0.13% 0.47% -
XYZ 15.3 15.1 15.2 -
YUV 109.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 120 105 104 0 0.13 0.13 0.53 3.75 0.07 0.44
Hex 78 69 68 0 D D 35 4 7 2C
Octal 170 151 150 0 15 15 65 4 7 54
Binary 1111000 1101001 1101000 0 1101 1101 110101 100 111 101100

Color Harmonies of #786968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786968

Black with #786968

Text Example


Text Example

White with #786968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786968; }

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

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

background-color css

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

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

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

border-color css

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

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

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