Html Css Color HEX #775A38 Shingle Fawn

📋 copy color: '#775A38'

red 119 ◦ green 90 ◦ blue 56

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

Shades of Shingle Fawn #775A38

Tints of Shingle Fawn #775A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 44.91%
G = 33.96%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775A38 (or 0x775A38) is known color: Shingle Fawn. HEX triplet: 77, 5A and 38. RGB value is (119,90,56). Sum of RGB (Red+Green+Blue) = 119+90+56=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A38 is #88A5C7. Grayscale: #5E5E5E. Windows color (decimal): -8955336 or 3693175. OLE color: 3693175.

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

Color convert

RGB 119 90 56 -
CMYK 0 0.24 0.53 0.53
HSL 32.38º 0.36% 0.34% -
HSV(B) 32.38º 0.53% 0.47% -
XYZ 11.98 11.52 5.33 -
YUV 94.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 119 90 56 0 0.24 0.53 0.53 32.38 0.36 0.34
Hex 77 5A 38 0 18 35 35 20 24 22
Octal 167 132 70 0 30 65 65 40 44 42
Binary 1110111 1011010 111000 0 11000 110101 110101 100000 100100 100010

Color Harmonies of #775A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A38

Black with #775A38

Text Example


Text Example

White with #775A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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