Html Css Color HEX #77552C Shingle Fawn

📋 copy color: '#77552C'

red 119 ◦ green 85 ◦ blue 44

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

Shades of Shingle Fawn #77552C

Tints of Shingle Fawn #77552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 47.98%
G = 34.27%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77552C (or 0x77552C) is known color: Shingle Fawn. HEX triplet: 77, 55 and 2C. RGB value is (119,85,44). Sum of RGB (Red+Green+Blue) = 119+85+44=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77552C is #88AAD3. Grayscale: #5A5A5A. Windows color (decimal): -8956628 or 2905463. OLE color: 2905463.

HSL color Cylindrical-coordinate representation of color #77552C: hue angle of 32.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77552C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 44 -
CMYK 0 0.29 0.63 0.53
HSL 32.8º 0.46% 0.32% -
HSV(B) 32.8º 0.63% 0.47% -
XYZ 11.31 10.6 3.83 -
YUV 90.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 119 85 44 0 0.29 0.63 0.53 32.8 0.46 0.32
Hex 77 55 2C 0 1D 3F 35 21 2E 20
Octal 167 125 54 0 35 77 65 41 56 40
Binary 1110111 1010101 101100 0 11101 111111 110101 100001 101110 100000

Color Harmonies of #77552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77552C

Black with #77552C

Text Example


Text Example

White with #77552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77552C; }

 p { color: rgb(119,85,44); }

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

background-color css

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

 a { background-color: rgb(119,85,44); }

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

border-color css

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

 span { border-color: rgb(119,85,44); }

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