Html Css Color HEX #77562D Shingle Fawn

📋 copy color: '#77562D'

red 119 ◦ green 86 ◦ blue 45

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

Shades of Shingle Fawn #77562D

Tints of Shingle Fawn #77562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 47.6%
G = 34.4%
B = 18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77562D (or 0x77562D) is known color: Shingle Fawn. HEX triplet: 77, 56 and 2D. RGB value is (119,86,45). Sum of RGB (Red+Green+Blue) = 119+86+45=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77562D is #88A9D2. Grayscale: #5B5B5B. Windows color (decimal): -8956371 or 2971255. OLE color: 2971255.

HSL color Cylindrical-coordinate representation of color #77562D: hue angle of 33.24º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77562D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 45 -
CMYK 0 0.28 0.62 0.53
HSL 33.24º 0.45% 0.32% -
HSV(B) 33.24º 0.62% 0.47% -
XYZ 11.41 10.77 3.96 -
YUV 91.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 119 86 45 0 0.28 0.62 0.53 33.24 0.45 0.32
Hex 77 56 2D 0 1C 3E 35 21 2D 20
Octal 167 126 55 0 34 76 65 41 55 40
Binary 1110111 1010110 101101 0 11100 111110 110101 100001 101101 100000

Color Harmonies of #77562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77562D

Black with #77562D

Text Example


Text Example

White with #77562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77562D; }

 p { color: rgb(119,86,45); }

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

background-color css

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

 a { background-color: rgb(119,86,45); }

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

border-color css

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

 span { border-color: rgb(119,86,45); }

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