#774340

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

Shades of Bole #774340

Tints of Bole #774340

Color information

#774340 (or 0x774340) is unknown color: approx Bole. HEX triplet: 77, 43 and 40. RGB value is (119,67,64). Sum of RGB (Red+Green+Blue) = 119+67+64=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774340 is #88BCBF. Grayscale: #525252. Windows color (decimal): -8961216 or 4211575. OLE color: 4211575.

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

Color convert

RGB1196764-
CMYK00.440.460.53
HSL3.27º30.05%35.88%-
HSV(B)3.27º46.22%46.67%-
XYZ10.548.315.9-
YUV82.21117.73154.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=47.6%
G=26.8%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119676400.440.460.533.2730.0535.88
Hex77434002C2E3531e24
Octal167103100054566533644
Binary11101111000011100000001011001011101101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774340; }

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

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

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

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

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

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

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

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