#773F3F

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

Shades of Bole #773F3F

Tints of Bole #773F3F

Color information

#773F3F (or 0x773F3F) is unknown color: approx Bole. HEX triplet: 77, 3F and 3F. RGB value is (119,63,63). Sum of RGB (Red+Green+Blue) = 119+63+63=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #773F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F3F is #88C0C0. Grayscale: #4F4F4F. Windows color (decimal): -8962241 or 4145015. OLE color: 4145015.

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

Color convert

RGB1196363-
CMYK00.470.470.53
HSL30.77%35.69%-
HSV(B)47.06%46.67%-
XYZ10.287.845.67-
YUV79.74118.55156-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 63 (25% from 255) = 25.71%
R=48.57%
G=25.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119636300.470.470.53030.7735.69
Hex773F3F02F2F3501f24
Octal1677777057576503744
Binary11101111111111111110101111101111110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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