#775B3B

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

Shades of Shingle Fawn #775B3B

Tints of Shingle Fawn #775B3B

Color information

#775B3B (or 0x775B3B) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 3B. RGB value is (119,91,59). Sum of RGB (Red+Green+Blue) = 119+91+59=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B3B is #88A4C4. Grayscale: #5F5F5F. Windows color (decimal): -8955077 or 3890039. OLE color: 3890039.

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

Color convert

RGB1199159-
CMYK00.240.500.53
HSL32º33.71%34.9%-
HSV(B)32º50.42%46.67%-
XYZ12.1411.725.76-
YUV95.72107.28144.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=44.24%
G=33.83%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119915900.240.500.533233.7134.9
Hex775B3B0183235202223
Octal167133730306265404243
Binary11101111011011111011011000110010110101100000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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