#774843

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

Shades of Bole #774843

Tints of Bole #774843

Color information

#774843 (or 0x774843) is unknown color: approx Bole. HEX triplet: 77, 48 and 43. RGB value is (119,72,67). Sum of RGB (Red+Green+Blue) = 119+72+67=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774843 is #88B7BC. Grayscale: #555555. Windows color (decimal): -8959933 or 4409463. OLE color: 4409463.

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

Color convert

RGB1197267-
CMYK00.390.440.53
HSL5.77º27.96%36.47%-
HSV(B)5.77º43.7%46.67%-
XYZ10.948.966.46-
YUV85.48117.57151.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=46.12%
G=27.91%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119726700.390.440.535.7727.9636.47
Hex7748430272C3561c24
Octal167110103047546563444
Binary111011110010001000011010011110110011010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774843; }

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

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

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

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

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

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

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

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