Html Css Color HEX #775A3F Shingle Fawn

📋 copy color: '#775A3F'

red 119 ◦ green 90 ◦ blue 63

#775A3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #775A3F

Tints of Shingle Fawn #775A3F

RGB

 RED value IS 119 (46.88% from 255) = 43.75%

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 43.75%
G = 33.09%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#775A3F (or 0x775A3F) is known color: Shingle Fawn. HEX triplet: 77, 5A and 3F. RGB value is (119,90,63). Sum of RGB (Red+Green+Blue) = 119+90+63=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A3F is #88A5C0. Grayscale: #5F5F5F. Windows color (decimal): -8955329 or 4151927. OLE color: 4151927.

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

Color convert

RGB 119 90 63 -
CMYK 0 0.24 0.47 0.53
HSL 28.93º 0.31% 0.36% -
HSV(B) 28.93º 0.47% 0.47% -
XYZ 12.16 11.59 6.3 -
YUV 95.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 119 90 63 0 0.24 0.47 0.53 28.93 0.31 0.36
Hex 77 5A 3F 0 18 2F 35 1D 1F 24
Octal 167 132 77 0 30 57 65 35 37 44
Binary 1110111 1011010 111111 0 11000 101111 110101 11101 11111 100100

Color Harmonies of #775A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A3F

Black with #775A3F

Text Example


Text Example

White with #775A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #775A3F;
 }
 .AnyTagClassName
 {
   color: #775A3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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