Html Css Color HEX #775832 Shingle Fawn

📋 copy color: '#775832'

red 119 ◦ green 88 ◦ blue 50

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

Shades of Shingle Fawn #775832

Tints of Shingle Fawn #775832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

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

R = 46.3%
G = 34.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#775832 (or 0x775832) is known color: Shingle Fawn. HEX triplet: 77, 58 and 32. RGB value is (119,88,50). Sum of RGB (Red+Green+Blue) = 119+88+50=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775832 is #88A7CD. Grayscale: #5D5D5D. Windows color (decimal): -8955854 or 3299447. OLE color: 3299447.

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

Color convert

RGB 119 88 50 -
CMYK 0 0.26 0.58 0.53
HSL 33.04º 0.41% 0.33% -
HSV(B) 33.04º 0.58% 0.47% -
XYZ 11.67 11.13 4.55 -
YUV 92.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 119 88 50 0 0.26 0.58 0.53 33.04 0.41 0.33
Hex 77 58 32 0 1A 3A 35 21 29 21
Octal 167 130 62 0 32 72 65 41 51 41
Binary 1110111 1011000 110010 0 11010 111010 110101 100001 101001 100001

Color Harmonies of #775832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775832

Black with #775832

Text Example


Text Example

White with #775832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775832; }

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

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

background-color css

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

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

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

border-color css

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

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

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