#775B4B

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

Shades of Domino #775B4B

Tints of Domino #775B4B

Color information

#775B4B (or 0x775B4B) is unknown color: approx Domino. HEX triplet: 77, 5B and 4B. RGB value is (119,91,75). Sum of RGB (Red+Green+Blue) = 119+91+75=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B4B is #88A4B4. Grayscale: #616161. Windows color (decimal): -8955061 or 4938615. OLE color: 4938615.

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

Color convert

RGB1199175-
CMYK00.240.370.53
HSL21.82º22.68%38.04%-
HSV(B)21.82º36.97%46.67%-
XYZ12.6211.918.29-
YUV97.55115.28143.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=41.75%
G=31.93%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119917500.240.370.5321.8222.6838.04
Hex775B4B0182535161726
Octal1671331130304565262746
Binary1110111101101110010110110001001011101011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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