Html Css Color HEX #786950 Coffee

📋 copy color: '#786950'

red 120 ◦ green 105 ◦ blue 80

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

Shades of Coffee #786950

Tints of Coffee #786950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 39.34%
G = 34.43%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786950 (or 0x786950) is known color: Coffee. HEX triplet: 78, 69 and 50. RGB value is (120,105,80). Sum of RGB (Red+Green+Blue) = 120+105+80=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #786950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786950 is #8796AF. Grayscale: #6A6A6A. Windows color (decimal): -8885936 or 5269880. OLE color: 5269880.

HSL color Cylindrical-coordinate representation of color #786950: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786950 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 105 80 -
CMYK 0 0.13 0.33 0.53
HSL 37.5º 0.2% 0.39% -
HSV(B) 37.5º 0.33% 0.47% -
XYZ 14.25 14.68 9.67 -
YUV 106.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 120 105 80 0 0.13 0.33 0.53 37.5 0.2 0.39
Hex 78 69 50 0 D 21 35 26 14 27
Octal 170 151 120 0 15 41 65 46 24 47
Binary 1111000 1101001 1010000 0 1101 100001 110101 100110 10100 100111

Color Harmonies of #786950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786950

Black with #786950

Text Example


Text Example

White with #786950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786950; }

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

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

background-color css

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

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

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

border-color css

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

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

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