Html Css Color HEX #774944 Bole

📋 copy color: '#774944'

red 119 ◦ green 73 ◦ blue 68

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

Shades of Bole #774944

Tints of Bole #774944

RGB

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

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

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

R = 45.77%
G = 28.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774944 (or 0x774944) is known color: Bole. HEX triplet: 77, 49 and 44. RGB value is (119,73,68). Sum of RGB (Red+Green+Blue) = 119+73+68=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774944 is #88B6BB. Grayscale: #565656. Windows color (decimal): -8959676 or 4475255. OLE color: 4475255.

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

Color convert

RGB 119 73 68 -
CMYK 0 0.39 0.43 0.53
HSL 5.88º 0.27% 0.37% -
HSV(B) 5.88º 0.43% 0.47% -
XYZ 11.03 9.1 6.64 -
YUV 86.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 119 73 68 0 0.39 0.43 0.53 5.88 0.27 0.37
Hex 77 49 44 0 27 2B 35 6 1B 25
Octal 167 111 104 0 47 53 65 6 33 45
Binary 1110111 1001001 1000100 0 100111 101011 110101 110 11011 100101

Color Harmonies of #774944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774944

Black with #774944

Text Example


Text Example

White with #774944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774944; }

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

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

background-color css

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

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

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

border-color css

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

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

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