Html Css Color HEX #775432 Shingle Fawn

📋 copy color: '#775432'

red 119 ◦ green 84 ◦ blue 50

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

Shades of Shingle Fawn #775432

Tints of Shingle Fawn #775432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 47.04%
G = 33.2%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#775432 (or 0x775432) is known color: Shingle Fawn. HEX triplet: 77, 54 and 32. RGB value is (119,84,50). Sum of RGB (Red+Green+Blue) = 119+84+50=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775432 is #88ABCD. Grayscale: #5A5A5A. Windows color (decimal): -8956878 or 3298423. OLE color: 3298423.

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

Color convert

RGB 119 84 50 -
CMYK 0 0.29 0.58 0.53
HSL 29.57º 0.41% 0.33% -
HSV(B) 29.57º 0.58% 0.47% -
XYZ 11.35 10.49 4.44 -
YUV 90.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 119 84 50 0 0.29 0.58 0.53 29.57 0.41 0.33
Hex 77 54 32 0 1D 3A 35 1E 29 21
Octal 167 124 62 0 35 72 65 36 51 41
Binary 1110111 1010100 110010 0 11101 111010 110101 11110 101001 100001

Color Harmonies of #775432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775432

Black with #775432

Text Example


Text Example

White with #775432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775432; }

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

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

background-color css

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

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

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

border-color css

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

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

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