#77403E

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

Shades of Bole #77403E

Tints of Bole #77403E

Color information

#77403E (or 0x77403E) is unknown color: approx Bole. HEX triplet: 77, 40 and 3E. RGB value is (119,64,62). Sum of RGB (Red+Green+Blue) = 119+64+62=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77403E is #88BFC1. Grayscale: #505050. Windows color (decimal): -8961986 or 4079735. OLE color: 4079735.

HSL color Cylindrical-coordinate representation of color #77403E: hue angle of 2.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77403E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1196462-
CMYK00.460.480.53
HSL2.11º31.49%35.49%-
HSV(B)2.11º47.9%46.67%-
XYZ10.317.945.55-
YUV80.22117.72155.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=48.57%
G=26.12%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119646200.460.480.532.1131.4935.49
Hex77403E02E303521f23
Octal16710076056606523743
Binary1110111100000011111001011101100001101011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77403E; }

 p { color: rgb(119,64,62); }

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

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

 a { background-color: rgb(119,64,62); }

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

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

 span { border-color: rgb(119,64,62); }

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