#77403C

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

Shades of Bole #77403C

Tints of Bole #77403C

Color information

#77403C (or 0x77403C) is unknown color: approx Bole. HEX triplet: 77, 40 and 3C. RGB value is (119,64,60). Sum of RGB (Red+Green+Blue) = 119+64+60=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77403C is #88BFC3. Grayscale: #505050. Windows color (decimal): -8961988 or 3948663. OLE color: 3948663.

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

Color convert

RGB1196460-
CMYK00.460.500.53
HSL4.07º32.96%35.1%-
HSV(B)4.07º49.58%46.67%-
XYZ10.267.915.26-
YUV79.99116.72155.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=48.97%
G=26.34%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119646000.460.500.534.0732.9635.1
Hex77403C02E323542123
Octal16710074056626544143
Binary111011110000001111000101110110010110101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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