Html Css Color HEX #77572D Shingle Fawn

📋 copy color: '#77572D'

red 119 ◦ green 87 ◦ blue 45

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

Shades of Shingle Fawn #77572D

Tints of Shingle Fawn #77572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 47.41%
G = 34.66%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77572D (or 0x77572D) is known color: Shingle Fawn. HEX triplet: 77, 57 and 2D. RGB value is (119,87,45). Sum of RGB (Red+Green+Blue) = 119+87+45=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77572D is #88A8D2. Grayscale: #5B5B5B. Windows color (decimal): -8956115 or 2971511. OLE color: 2971511.

HSL color Cylindrical-coordinate representation of color #77572D: hue angle of 34.05º 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 #77572D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 45 -
CMYK 0 0.27 0.62 0.53
HSL 34.05º 0.45% 0.32% -
HSV(B) 34.05º 0.62% 0.47% -
XYZ 11.49 10.93 3.99 -
YUV 91.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 119 87 45 0 0.27 0.62 0.53 34.05 0.45 0.32
Hex 77 57 2D 0 1B 3E 35 22 2D 20
Octal 167 127 55 0 33 76 65 42 55 40
Binary 1110111 1010111 101101 0 11011 111110 110101 100010 101101 100000

Color Harmonies of #77572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77572D

Black with #77572D

Text Example


Text Example

White with #77572D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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