Html Css Color HEX #775334 Shingle Fawn

📋 copy color: '#775334'

red 119 ◦ green 83 ◦ blue 52

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

Shades of Shingle Fawn #775334

Tints of Shingle Fawn #775334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 46.85%
G = 32.68%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#775334 (or 0x775334) is known color: Shingle Fawn. HEX triplet: 77, 53 and 34. RGB value is (119,83,52). Sum of RGB (Red+Green+Blue) = 119+83+52=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775334 is #88ACCB. Grayscale: #5A5A5A. Windows color (decimal): -8957132 or 3429239. OLE color: 3429239.

HSL color Cylindrical-coordinate representation of color #775334: hue angle of 27.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775334 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 52 -
CMYK 0 0.30 0.56 0.53
HSL 27.76º 0.39% 0.34% -
HSV(B) 27.76º 0.56% 0.47% -
XYZ 11.32 10.36 4.65 -
YUV 90.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 119 83 52 0 0.30 0.56 0.53 27.76 0.39 0.34
Hex 77 53 34 0 1E 38 35 1C 27 22
Octal 167 123 64 0 36 70 65 34 47 42
Binary 1110111 1010011 110100 0 11110 111000 110101 11100 100111 100010

Color Harmonies of #775334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775334

Black with #775334

Text Example


Text Example

White with #775334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775334; }

 p { color: rgb(119,83,52); }

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

background-color css

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

 a { background-color: rgb(119,83,52); }

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

border-color css

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

 span { border-color: rgb(119,83,52); }

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