Html Css Color HEX #775E3F Shingle Fawn

📋 copy color: '#775E3F'

red 119 ◦ green 94 ◦ blue 63

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

Shades of Shingle Fawn #775E3F

Tints of Shingle Fawn #775E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 43.12%
G = 34.06%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#775E3F (or 0x775E3F) is known color: Shingle Fawn. HEX triplet: 77, 5E and 3F. RGB value is (119,94,63). Sum of RGB (Red+Green+Blue) = 119+94+63=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E3F is #88A1C0. Grayscale: #626262. Windows color (decimal): -8954305 or 4152951. OLE color: 4152951.

HSL color Cylindrical-coordinate representation of color #775E3F: hue angle of 33.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775E3F is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 63 -
CMYK 0 0.21 0.47 0.53
HSL 33.21º 0.31% 0.36% -
HSV(B) 33.21º 0.47% 0.47% -
XYZ 12.51 12.29 6.41 -
YUV 97.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 119 94 63 0 0.21 0.47 0.53 33.21 0.31 0.36
Hex 77 5E 3F 0 15 2F 35 21 1F 24
Octal 167 136 77 0 25 57 65 41 37 44
Binary 1110111 1011110 111111 0 10101 101111 110101 100001 11111 100100

Color Harmonies of #775E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E3F

Black with #775E3F

Text Example


Text Example

White with #775E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,63); }

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

background-color css

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

 a { background-color: rgb(119,94,63); }

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

border-color css

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

 span { border-color: rgb(119,94,63); }

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