Html Css Color HEX #775B32 Shingle Fawn

📋 copy color: '#775B32'

red 119 ◦ green 91 ◦ blue 50

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

Shades of Shingle Fawn #775B32

Tints of Shingle Fawn #775B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 45.77%
G = 35%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#775B32 (or 0x775B32) is known color: Shingle Fawn. HEX triplet: 77, 5B and 32. RGB value is (119,91,50). Sum of RGB (Red+Green+Blue) = 119+91+50=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B32 is #88A4CD. Grayscale: #5E5E5E. Windows color (decimal): -8955086 or 3300215. OLE color: 3300215.

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

Color convert

RGB 119 91 50 -
CMYK 0 0.24 0.58 0.53
HSL 35.65º 0.41% 0.33% -
HSV(B) 35.65º 0.58% 0.47% -
XYZ 11.92 11.63 4.63 -
YUV 94.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 119 91 50 0 0.24 0.58 0.53 35.65 0.41 0.33
Hex 77 5B 32 0 18 3A 35 24 29 21
Octal 167 133 62 0 30 72 65 44 51 41
Binary 1110111 1011011 110010 0 11000 111010 110101 100100 101001 100001

Color Harmonies of #775B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B32

Black with #775B32

Text Example


Text Example

White with #775B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,91,50); }

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

background-color css

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

 a { background-color: rgb(119,91,50); }

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

border-color css

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

 span { border-color: rgb(119,91,50); }

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