#775E4B

Color #775E4B Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #775E4B

Tints of Domino #775E4B

Color information

#775E4B (or 0x775E4B) is unknown color: approx Domino. HEX triplet: 77, 5E and 4B. RGB value is (119,94,75). Sum of RGB (Red+Green+Blue) = 119+94+75=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E4B is #88A1B4. Grayscale: #636363. Windows color (decimal): -8954293 or 4939383. OLE color: 4939383.

HSL color Cylindrical-coordinate representation of color #775E4B: hue angle of 25.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #775E4B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1199475-
CMYK00.210.370.53
HSL25.91º22.68%38.04%-
HSV(B)25.91º36.97%46.67%-
XYZ12.8812.448.38-
YUV99.31114.28142.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=41.32%
G=32.64%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119947500.210.370.5325.9122.6838.04
Hex775E4B01525351a1726
Octal1671361130254565322746
Binary1110111101111010010110101011001011101011101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E4B; }

 p { color: rgb(119,94,75); }

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

<style>
 a { background-color: #775E4B; }

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

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

<style>
 span { border-color: #775E4B; }

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

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