#77463A

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

Shades of Bole #77463A

Tints of Bole #77463A

Color information

#77463A (or 0x77463A) is unknown color: approx Bole. HEX triplet: 77, 46 and 3A. RGB value is (119,70,58). Sum of RGB (Red+Green+Blue) = 119+70+58=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77463A is #88B9C5. Grayscale: #535353. Windows color (decimal): -8960454 or 3819127. OLE color: 3819127.

HSL color Cylindrical-coordinate representation of color #77463A: hue angle of 11.8º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77463A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1197058-
CMYK00.410.510.53
HSL11.8º34.46%34.71%-
HSV(B)11.8º51.26%46.67%-
XYZ10.568.615.11-
YUV83.28113.73153.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=48.18%
G=28.34%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705800.410.510.5311.834.4634.71
Hex77463A0293335c2223
Octal167106720516365144243
Binary1110111100011011101001010011100111101011100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77463A; }

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

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

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

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

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

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

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

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