Html Css Color HEX #784940 Bole

📋 copy color: '#784940'

red 120 ◦ green 73 ◦ blue 64

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

Shades of Bole #784940

Tints of Bole #784940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 46.69%
G = 28.4%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#784940 (or 0x784940) is known color: Bole. HEX triplet: 78, 49 and 40. RGB value is (120,73,64). Sum of RGB (Red+Green+Blue) = 120+73+64=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784940 is #87B6BF. Grayscale: #565656. Windows color (decimal): -8894144 or 4213112. OLE color: 4213112.

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

Color convert

RGB 120 73 64 -
CMYK 0 0.39 0.47 0.53
HSL 9.64º 0.3% 0.36% -
HSV(B) 9.64º 0.47% 0.47% -
XYZ 11.05 9.13 6.03 -
YUV 86.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 120 73 64 0 0.39 0.47 0.53 9.64 0.3 0.36
Hex 78 49 40 0 27 2F 35 A 1E 24
Octal 170 111 100 0 47 57 65 12 36 44
Binary 1111000 1001001 1000000 0 100111 101111 110101 1010 11110 100100

Color Harmonies of #784940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784940

Black with #784940

Text Example


Text Example

White with #784940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784940; }

 p { color: rgb(120,73,64); }

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

background-color css

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

 a { background-color: rgb(120,73,64); }

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

border-color css

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

 span { border-color: rgb(120,73,64); }

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