Html Css Color HEX #775A3A Shingle Fawn

📋 copy color: '#775A3A'

red 119 ◦ green 90 ◦ blue 58

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

Shades of Shingle Fawn #775A3A

Tints of Shingle Fawn #775A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 44.57%
G = 33.71%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#775A3A (or 0x775A3A) is known color: Shingle Fawn. HEX triplet: 77, 5A and 3A. RGB value is (119,90,58). Sum of RGB (Red+Green+Blue) = 119+90+58=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A3A is #88A5C5. Grayscale: #5F5F5F. Windows color (decimal): -8955334 or 3824247. OLE color: 3824247.

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

Color convert

RGB 119 90 58 -
CMYK 0 0.24 0.51 0.53
HSL 31.48º 0.34% 0.35% -
HSV(B) 31.48º 0.51% 0.47% -
XYZ 12.03 11.54 5.6 -
YUV 95.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 119 90 58 0 0.24 0.51 0.53 31.48 0.34 0.35
Hex 77 5A 3A 0 18 33 35 1F 22 23
Octal 167 132 72 0 30 63 65 37 42 43
Binary 1110111 1011010 111010 0 11000 110011 110101 11111 100010 100011

Color Harmonies of #775A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A3A

Black with #775A3A

Text Example


Text Example

White with #775A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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