#774640

Color #774640 Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #774640

Tints of Bole #774640

Color information

#774640 (or 0x774640) is unknown color: approx Bole. HEX triplet: 77, 46 and 40. RGB value is (119,70,64). Sum of RGB (Red+Green+Blue) = 119+70+64=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774640 is #88B9BF. Grayscale: #545454. Windows color (decimal): -8960448 or 4212343. OLE color: 4212343.

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

Color convert

RGB1197064-
CMYK00.410.460.53
HSL6.55º30.05%35.88%-
HSV(B)6.55º46.22%46.67%-
XYZ10.728.675.96-
YUV83.97116.73152.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=47.04%
G=27.67%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119706400.410.460.536.5530.0535.88
Hex7746400292E3571e24
Octal167106100051566573644
Binary111011110001101000000010100110111011010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774640; }

 p { color: rgb(119,70,64); }

 H1.HeaderClassName
 {
   color: #774640;
 }
 .AnyTagClassName
 {
   color: #774640;
 }
</style>
background-color css

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

 a { background-color: rgb(119,70,64); }

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

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

 span { border-color: rgb(119,70,64); }

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