#774741

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

Shades of Bole #774741

Tints of Bole #774741

Color information

#774741 (or 0x774741) is unknown color: approx Bole. HEX triplet: 77, 47 and 41. RGB value is (119,71,65). Sum of RGB (Red+Green+Blue) = 119+71+65=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774741 is #88B8BE. Grayscale: #545454. Windows color (decimal): -8960191 or 4278135. OLE color: 4278135.

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

Color convert

RGB1197165-
CMYK00.400.450.53
HSL6.67º29.35%36.08%-
HSV(B)6.67º45.38%46.67%-
XYZ10.828.816.13-
YUV84.67116.9152.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=46.67%
G=27.84%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119716500.400.450.536.6729.3536.08
Hex7747410282D3571d24
Octal167107101050556573544
Binary111011110001111000001010100010110111010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774741; }

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

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

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

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

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

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

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

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