Html Css Color HEX #775434 Shingle Fawn

📋 copy color: '#775434'

red 119 ◦ green 84 ◦ blue 52

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

Shades of Shingle Fawn #775434

Tints of Shingle Fawn #775434

RGB

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

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

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

R = 46.67%
G = 32.94%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#775434 (or 0x775434) is known color: Shingle Fawn. HEX triplet: 77, 54 and 34. RGB value is (119,84,52). Sum of RGB (Red+Green+Blue) = 119+84+52=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #775434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775434 is #88ABCB. Grayscale: #5A5A5A. Windows color (decimal): -8956876 or 3429495. OLE color: 3429495.

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

Color convert

RGB 119 84 52 -
CMYK 0 0.29 0.56 0.53
HSL 28.66º 0.39% 0.34% -
HSV(B) 28.66º 0.56% 0.47% -
XYZ 11.4 10.51 4.68 -
YUV 90.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 119 84 52 0 0.29 0.56 0.53 28.66 0.39 0.34
Hex 77 54 34 0 1D 38 35 1D 27 22
Octal 167 124 64 0 35 70 65 35 47 42
Binary 1110111 1010100 110100 0 11101 111000 110101 11101 100111 100010

Color Harmonies of #775434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775434

Black with #775434

Text Example


Text Example

White with #775434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775434; }

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

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

background-color css

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

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

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

border-color css

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

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

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