Html Css Color HEX #775A37 Shingle Fawn

📋 copy color: '#775A37'

red 119 ◦ green 90 ◦ blue 55

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

Shades of Shingle Fawn #775A37

Tints of Shingle Fawn #775A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 45.08%
G = 34.09%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#775A37 (or 0x775A37) is known color: Shingle Fawn. HEX triplet: 77, 5A and 37. RGB value is (119,90,55). Sum of RGB (Red+Green+Blue) = 119+90+55=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A37 is #88A5C8. Grayscale: #5E5E5E. Windows color (decimal): -8955337 or 3627639. OLE color: 3627639.

HSL color Cylindrical-coordinate representation of color #775A37: hue angle of 32.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775A37 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 55 -
CMYK 0 0.24 0.54 0.53
HSL 32.81º 0.37% 0.34% -
HSV(B) 32.81º 0.54% 0.47% -
XYZ 11.95 11.51 5.21 -
YUV 94.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 119 90 55 0 0.24 0.54 0.53 32.81 0.37 0.34
Hex 77 5A 37 0 18 36 35 21 25 22
Octal 167 132 67 0 30 66 65 41 45 42
Binary 1110111 1011010 110111 0 11000 110110 110101 100001 100101 100010

Color Harmonies of #775A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A37

Black with #775A37

Text Example


Text Example

White with #775A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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