Html Css Color HEX #784A47 Bole

📋 copy color: '#784A47'

red 120 ◦ green 74 ◦ blue 71

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

Shades of Bole #784A47

Tints of Bole #784A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 45.28%
G = 27.92%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#784A47 (or 0x784A47) is known color: Bole. HEX triplet: 78, 4A and 47. RGB value is (120,74,71). Sum of RGB (Red+Green+Blue) = 120+74+71=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A47 is #87B5B8. Grayscale: #575757. Windows color (decimal): -8893881 or 4672120. OLE color: 4672120.

HSL color Cylindrical-coordinate representation of color #784A47: hue angle of 3.67º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #784A47 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 71 -
CMYK 0 0.38 0.41 0.53
HSL 3.67º 0.26% 0.37% -
HSV(B) 3.67º 0.41% 0.47% -
XYZ 11.33 9.35 7.17 -
YUV 87.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 120 74 71 0 0.38 0.41 0.53 3.67 0.26 0.37
Hex 78 4A 47 0 26 29 35 4 1A 25
Octal 170 112 107 0 46 51 65 4 32 45
Binary 1111000 1001010 1000111 0 100110 101001 110101 100 11010 100101

Color Harmonies of #784A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A47

Black with #784A47

Text Example


Text Example

White with #784A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A47; }

 p { color: rgb(120,74,71); }

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

background-color css

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

 a { background-color: rgb(120,74,71); }

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

border-color css

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

 span { border-color: rgb(120,74,71); }

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