#775C3F

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

Shades of Shingle Fawn #775C3F

Tints of Shingle Fawn #775C3F

Color information

#775C3F (or 0x775C3F) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5C and 3F. RGB value is (119,92,63). Sum of RGB (Red+Green+Blue) = 119+92+63=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C3F is #88A3C0. Grayscale: #606060. Windows color (decimal): -8954817 or 4152439. OLE color: 4152439.

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

Color convert

RGB1199263-
CMYK00.230.470.53
HSL31.07º30.77%35.69%-
HSV(B)31.07º47.06%46.67%-
XYZ12.3311.946.36-
YUV96.77108.95143.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 63 (25% from 255) = 22.99%
R=43.43%
G=33.58%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119926300.230.470.5331.0730.7735.69
Hex775C3F0172F351f1f24
Octal167134770275765373744
Binary111011110111001111110101111011111101011111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,63); }

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

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

 a { background-color: rgb(119,92,63); }

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

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

 span { border-color: rgb(119,92,63); }

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