#774040

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

Shades of Bole #774040

Tints of Bole #774040

Color information

#774040 (or 0x774040) is unknown color: approx Bole. HEX triplet: 77, 40 and 40. RGB value is (119,64,64). Sum of RGB (Red+Green+Blue) = 119+64+64=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #774040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774040 is #88BFBF. Grayscale: #505050. Windows color (decimal): -8961984 or 4210807. OLE color: 4210807.

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

Color convert

RGB1196464-
CMYK00.460.460.53
HSL30.05%35.88%-
HSV(B)46.22%46.67%-
XYZ10.377.965.84-
YUV80.45118.72155.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=48.18%
G=25.91%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119646400.460.460.53030.0535.88
Hex77404002E2E3501e24
Octal167100100056566503644
Binary1110111100000010000000101110101110110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774040; }

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

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

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

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

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

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

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

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