#774542

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

Shades of Bole #774542

Tints of Bole #774542

Color information

#774542 (or 0x774542) is unknown color: approx Bole. HEX triplet: 77, 45 and 42. RGB value is (119,69,66). Sum of RGB (Red+Green+Blue) = 119+69+66=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774542 is #88BABD. Grayscale: #535353. Windows color (decimal): -8960702 or 4343159. OLE color: 4343159.

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

Color convert

RGB1196966-
CMYK00.420.450.53
HSL3.4º28.65%36.27%-
HSV(B)3.4º44.54%46.67%-
XYZ10.728.576.24-
YUV83.61118.06153.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=46.85%
G=27.17%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119696600.420.450.533.428.6536.27
Hex77454202A2D3531d24
Octal167105102052556533544
Binary11101111000101100001001010101011011101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774542; }

 p { color: rgb(119,69,66); }

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

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

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

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

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

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

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