Html Css Color HEX #774941 Bole

📋 copy color: '#774941'

red 119 ◦ green 73 ◦ blue 65

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

Shades of Bole #774941

Tints of Bole #774941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 46.3%
G = 28.4%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774941 (or 0x774941) is known color: Bole. HEX triplet: 77, 49 and 41. RGB value is (119,73,65). Sum of RGB (Red+Green+Blue) = 119+73+65=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774941 is #88B6BE. Grayscale: #555555. Windows color (decimal): -8959679 or 4278647. OLE color: 4278647.

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

Color convert

RGB 119 73 65 -
CMYK 0 0.39 0.45 0.53
HSL 8.89º 0.29% 0.36% -
HSV(B) 8.89º 0.45% 0.47% -
XYZ 10.94 9.07 6.17 -
YUV 85.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 119 73 65 0 0.39 0.45 0.53 8.89 0.29 0.36
Hex 77 49 41 0 27 2D 35 9 1D 24
Octal 167 111 101 0 47 55 65 11 35 44
Binary 1110111 1001001 1000001 0 100111 101101 110101 1001 11101 100100

Color Harmonies of #774941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774941

Black with #774941

Text Example


Text Example

White with #774941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774941; }

 p { color: rgb(119,73,65); }

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

background-color css

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

 a { background-color: rgb(119,73,65); }

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

border-color css

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

 span { border-color: rgb(119,73,65); }

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