#775334

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

Shades of Shingle Fawn #775334

Tints of Shingle Fawn #775334

Color information

#775334 (or 0x775334) is unknown color: approx Shingle Fawn. HEX triplet: 77, 53 and 34. RGB value is (119,83,52). Sum of RGB (Red+Green+Blue) = 119+83+52=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775334 is #88ACCB. Grayscale: #5A5A5A. Windows color (decimal): -8957132 or 3429239. OLE color: 3429239.

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

Color convert

RGB1198352-
CMYK00.300.560.53
HSL27.76º39.18%33.53%-
HSV(B)27.76º56.3%46.67%-
XYZ11.3210.364.65-
YUV90.23106.43148.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=46.85%
G=32.68%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119835200.300.560.5327.7639.1833.53
Hex77533401E38351c2722
Octal167123640367065344742
Binary1110111101001111010001111011100011010111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775334; }

 p { color: rgb(119,83,52); }

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

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

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

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

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

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

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