Html Css Color HEX #786D6B Pharlap

📋 copy color: '#786D6B'

red 120 ◦ green 109 ◦ blue 107

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

Shades of Pharlap #786D6B

Tints of Pharlap #786D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 35.71%
G = 32.44%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#786D6B (or 0x786D6B) is known color: Pharlap. HEX triplet: 78, 6D and 6B. RGB value is (120,109,107). Sum of RGB (Red+Green+Blue) = 120+109+107=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6B is #879294. Grayscale: #707070. Windows color (decimal): -8884885 or 7040376. OLE color: 7040376.

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

Color convert

RGB 120 109 107 -
CMYK 0 0.09 0.11 0.53
HSL 9.23º 0.06% 0.45% -
HSV(B) 9.23º 0.11% 0.47% -
XYZ 15.87 15.99 16.16 -
YUV 112.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 120 109 107 0 0.09 0.11 0.53 9.23 0.06 0.45
Hex 78 6D 6B 0 9 B 35 9 6 2D
Octal 170 155 153 0 11 13 65 11 6 55
Binary 1111000 1101101 1101011 0 1001 1011 110101 1001 110 101101

Color Harmonies of #786D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D6B

Black with #786D6B

Text Example


Text Example

White with #786D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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