Html Css Color HEX #786C6A Pharlap

📋 copy color: '#786C6A'

red 120 ◦ green 108 ◦ blue 106

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

Shades of Pharlap #786C6A

Tints of Pharlap #786C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 35.93%
G = 32.34%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#786C6A (or 0x786C6A) is known color: Pharlap. HEX triplet: 78, 6C and 6A. RGB value is (120,108,106). Sum of RGB (Red+Green+Blue) = 120+108+106=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C6A is #879395. Grayscale: #6F6F6F. Windows color (decimal): -8885142 or 6974584. OLE color: 6974584.

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

Color convert

RGB 120 108 106 -
CMYK 0 0.10 0.12 0.53
HSL 8.57º 0.06% 0.44% -
HSV(B) 8.57º 0.12% 0.47% -
XYZ 15.71 15.76 15.85 -
YUV 111.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 120 108 106 0 0.10 0.12 0.53 8.57 0.06 0.44
Hex 78 6C 6A 0 A C 35 9 6 2C
Octal 170 154 152 0 12 14 65 11 6 54
Binary 1111000 1101100 1101010 0 1010 1100 110101 1001 110 101100

Color Harmonies of #786C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C6A

Black with #786C6A

Text Example


Text Example

White with #786C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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