Html Css Color HEX #775938 Shingle Fawn

📋 copy color: '#775938'

red 119 ◦ green 89 ◦ blue 56

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

Shades of Shingle Fawn #775938

Tints of Shingle Fawn #775938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

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

R = 45.08%
G = 33.71%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775938 (or 0x775938) is known color: Shingle Fawn. HEX triplet: 77, 59 and 38. RGB value is (119,89,56). Sum of RGB (Red+Green+Blue) = 119+89+56=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775938 is #88A6C7. Grayscale: #5E5E5E. Windows color (decimal): -8955592 or 3692919. OLE color: 3692919.

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

Color convert

RGB 119 89 56 -
CMYK 0 0.25 0.53 0.53
HSL 31.43º 0.36% 0.34% -
HSV(B) 31.43º 0.53% 0.47% -
XYZ 11.89 11.35 5.31 -
YUV 94.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 119 89 56 0 0.25 0.53 0.53 31.43 0.36 0.34
Hex 77 59 38 0 19 35 35 1F 24 22
Octal 167 131 70 0 31 65 65 37 44 42
Binary 1110111 1011001 111000 0 11001 110101 110101 11111 100100 100010

Color Harmonies of #775938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775938

Black with #775938

Text Example


Text Example

White with #775938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775938; }

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

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

background-color css

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

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

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

border-color css

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

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

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