Html Css Color HEX #744740 Bole

📋 copy color: '#744740'

red 116 ◦ green 71 ◦ blue 64

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

Shades of Bole #744740

Tints of Bole #744740

RGB

 RED value IS 116 (45.7% from 255) = 46.22%

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 46.22%
G = 28.29%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#744740 (or 0x744740) is known color: Bole. HEX triplet: 74, 47 and 40. RGB value is (116,71,64). Sum of RGB (Red+Green+Blue) = 116+71+64=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744740 is #8BB8BF. Grayscale: #535353. Windows color (decimal): -9156800 or 4212596. OLE color: 4212596.

HSL color Cylindrical-coordinate representation of color #744740: hue angle of 8.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744740 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 64 -
CMYK 0 0.39 0.45 0.55
HSL 8.08º 0.29% 0.35% -
HSV(B) 8.08º 0.45% 0.45% -
XYZ 10.38 8.59 5.96 -
YUV 83.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 116 71 64 0 0.39 0.45 0.55 8.08 0.29 0.35
Hex 74 47 40 0 27 2D 37 8 1D 23
Octal 164 107 100 0 47 55 67 10 35 43
Binary 1110100 1000111 1000000 0 100111 101101 110111 1000 11101 100011

Color Harmonies of #744740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744740

Black with #744740

Text Example


Text Example

White with #744740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744740; }

 p { color: rgb(116,71,64); }

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

background-color css

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

 a { background-color: rgb(116,71,64); }

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

border-color css

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

 span { border-color: rgb(116,71,64); }

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