Html Css Color HEX #704742 Bole

📋 copy color: '#704742'

red 112 ◦ green 71 ◦ blue 66

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

Shades of Bole #704742

Tints of Bole #704742

RGB

 RED value IS 112 (44.14% from 255) = 44.98%

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 44.98%
G = 28.51%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704742 (or 0x704742) is known color: Bole. HEX triplet: 70, 47 and 42. RGB value is (112,71,66). Sum of RGB (Red+Green+Blue) = 112+71+66=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704742 is #8FB8BD. Grayscale: #525252. Windows color (decimal): -9418942 or 4343664. OLE color: 4343664.

HSL color Cylindrical-coordinate representation of color #704742: hue angle of 6.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704742 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 66 -
CMYK 0 0.37 0.41 0.56
HSL 6.52º 0.26% 0.35% -
HSV(B) 6.52º 0.41% 0.44% -
XYZ 9.92 8.34 6.24 -
YUV 82.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 112 71 66 0 0.37 0.41 0.56 6.52 0.26 0.35
Hex 70 47 42 0 25 29 38 7 1A 23
Octal 160 107 102 0 45 51 70 7 32 43
Binary 1110000 1000111 1000010 0 100101 101001 111000 111 11010 100011

Color Harmonies of #704742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704742

Black with #704742

Text Example


Text Example

White with #704742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704742; }

 p { color: rgb(112,71,66); }

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

background-color css

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

 a { background-color: rgb(112,71,66); }

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

border-color css

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

 span { border-color: rgb(112,71,66); }

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