Html Css Color HEX #7E4744 Bole

📋 copy color: '#7E4744'

red 126 ◦ green 71 ◦ blue 68

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

Shades of Bole #7E4744

Tints of Bole #7E4744

RGB

 RED value IS 126 (49.61% from 255) = 47.55%

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 47.55%
G = 26.79%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7E4744 (or 0x7E4744) is known color: Bole. HEX triplet: 7E, 47 and 44. RGB value is (126,71,68). Sum of RGB (Red+Green+Blue) = 126+71+68=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4744 is #81B8BB. Grayscale: #575757. Windows color (decimal): -8501436 or 4474750. OLE color: 4474750.

HSL color Cylindrical-coordinate representation of color #7E4744: hue angle of 3.1º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4744 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 71 68 -
CMYK 0 0.44 0.46 0.51
HSL 3.1º 0.3% 0.38% -
HSV(B) 3.1º 0.46% 0.49% -
XYZ 11.9 9.36 6.65 -
YUV 87.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 126 71 68 0 0.44 0.46 0.51 3.1 0.3 0.38
Hex 7E 47 44 0 2C 2E 33 3 1E 26
Octal 176 107 104 0 54 56 63 3 36 46
Binary 1111110 1000111 1000100 0 101100 101110 110011 11 11110 100110

Color Harmonies of #7E4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4744

Black with #7E4744

Text Example


Text Example

White with #7E4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E4744; }

 p { color: rgb(126,71,68); }

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

background-color css

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

 a { background-color: rgb(126,71,68); }

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

border-color css

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

 span { border-color: rgb(126,71,68); }

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