#774140

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

Shades of Bole #774140

Tints of Bole #774140

Color information

#774140 (or 0x774140) is unknown color: approx Bole. HEX triplet: 77, 41 and 40. RGB value is (119,65,64). Sum of RGB (Red+Green+Blue) = 119+65+64=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774140 is #88BEBF. Grayscale: #515151. Windows color (decimal): -8961728 or 4211063. OLE color: 4211063.

HSL color Cylindrical-coordinate representation of color #774140: hue angle of 1.09º 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 #774140 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1196564-
CMYK00.450.460.53
HSL1.09º30.05%35.88%-
HSV(B)1.09º46.22%46.67%-
XYZ10.428.075.86-
YUV81.03118.39155.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=47.98%
G=26.21%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119656400.450.460.531.0930.0535.88
Hex77414002D2E3511e24
Octal167101100055566513644
Binary1110111100000110000000101101101110110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774140; }

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

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

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

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

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

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

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

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