Html Css Color HEX #786D6A Pharlap

📋 copy color: '#786D6A'

red 120 ◦ green 109 ◦ blue 106

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

Shades of Pharlap #786D6A

Tints of Pharlap #786D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 35.82%
G = 32.54%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#786D6A (or 0x786D6A) is known color: Pharlap. HEX triplet: 78, 6D and 6A. RGB value is (120,109,106). Sum of RGB (Red+Green+Blue) = 120+109+106=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6A is #879295. Grayscale: #6F6F6F. Windows color (decimal): -8884886 or 6974840. OLE color: 6974840.

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

Color convert

RGB 120 109 106 -
CMYK 0 0.09 0.12 0.53
HSL 12.86º 0.06% 0.44% -
HSV(B) 12.86º 0.12% 0.47% -
XYZ 15.82 15.97 15.88 -
YUV 111.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 120 109 106 0 0.09 0.12 0.53 12.86 0.06 0.44
Hex 78 6D 6A 0 9 C 35 D 6 2C
Octal 170 155 152 0 11 14 65 15 6 54
Binary 1111000 1101101 1101010 0 1001 1100 110101 1101 110 101100

Color Harmonies of #786D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D6A

Black with #786D6A

Text Example


Text Example

White with #786D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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