#773E3E

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

Shades of Bole #773E3E

Tints of Bole #773E3E

Color information

#773E3E (or 0x773E3E) is unknown color: approx Bole. HEX triplet: 77, 3E and 3E. RGB value is (119,62,62). Sum of RGB (Red+Green+Blue) = 119+62+62=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E3E is #88C1C1. Grayscale: #4F4F4F. Windows color (decimal): -8962498 or 4079223. OLE color: 4079223.

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

Color convert

RGB1196262-
CMYK00.480.480.53
HSL31.49%35.49%-
HSV(B)47.9%46.67%-
XYZ10.27.715.51-
YUV79.04118.38156.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=48.97%
G=25.51%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119626200.480.480.53031.4935.49
Hex773E3E030303501f23
Octal1677676060606503743
Binary11101111111101111100110000110000110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E3E; }

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

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

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

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

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

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

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

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