Html Css Color HEX #774E47 Bole

📋 copy color: '#774E47'

red 119 ◦ green 78 ◦ blue 71

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

Shades of Bole #774E47

Tints of Bole #774E47

RGB

 RED value IS 119 (46.88% from 255) = 44.4%

 GREEN value IS 78 (30.86% from 255) = 29.1%

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

R = 44.4%
G = 29.1%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#774E47 (or 0x774E47) is known color: Bole. HEX triplet: 77, 4E and 47. RGB value is (119,78,71). Sum of RGB (Red+Green+Blue) = 119+78+71=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E47 is #88B1B8. Grayscale: #595959. Windows color (decimal): -8958393 or 4673143. OLE color: 4673143.

HSL color Cylindrical-coordinate representation of color #774E47: hue angle of 8.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774E47 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 71 -
CMYK 0 0.34 0.40 0.53
HSL 8.75º 0.25% 0.37% -
HSV(B) 8.75º 0.4% 0.47% -
XYZ 11.47 9.83 7.25 -
YUV 89.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 119 78 71 0 0.34 0.40 0.53 8.75 0.25 0.37
Hex 77 4E 47 0 22 28 35 9 19 25
Octal 167 116 107 0 42 50 65 11 31 45
Binary 1110111 1001110 1000111 0 100010 101000 110101 1001 11001 100101

Color Harmonies of #774E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E47

Black with #774E47

Text Example


Text Example

White with #774E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774E47; }

 p { color: rgb(119,78,71); }

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

background-color css

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

 a { background-color: rgb(119,78,71); }

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

border-color css

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

 span { border-color: rgb(119,78,71); }

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