#774641

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

Shades of Bole #774641

Tints of Bole #774641

Color information

#774641 (or 0x774641) is unknown color: approx Bole. HEX triplet: 77, 46 and 41. RGB value is (119,70,65). Sum of RGB (Red+Green+Blue) = 119+70+65=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774641 is #88B9BE. Grayscale: #545454. Windows color (decimal): -8960447 or 4277879. OLE color: 4277879.

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

Color convert

RGB1197065-
CMYK00.410.450.53
HSL5.56º29.35%36.08%-
HSV(B)5.56º45.38%46.67%-
XYZ10.758.686.11-
YUV84.08117.23152.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=46.85%
G=27.56%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119706500.410.450.535.5629.3536.08
Hex7746410292D3561d24
Octal167106101051556563544
Binary111011110001101000001010100110110111010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774641; }

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

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

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

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

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

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

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

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