Html Css Color HEX #77532C Shingle Fawn

📋 copy color: '#77532C'

red 119 ◦ green 83 ◦ blue 44

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

Shades of Shingle Fawn #77532C

Tints of Shingle Fawn #77532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 48.37%
G = 33.74%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77532C (or 0x77532C) is known color: Shingle Fawn. HEX triplet: 77, 53 and 2C. RGB value is (119,83,44). Sum of RGB (Red+Green+Blue) = 119+83+44=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77532C is #88ACD3. Grayscale: #595959. Windows color (decimal): -8957140 or 2904951. OLE color: 2904951.

HSL color Cylindrical-coordinate representation of color #77532C: hue angle of 31.2º 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 #77532C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 44 -
CMYK 0 0.30 0.63 0.53
HSL 31.2º 0.46% 0.32% -
HSV(B) 31.2º 0.63% 0.47% -
XYZ 11.16 10.29 3.78 -
YUV 89.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 119 83 44 0 0.30 0.63 0.53 31.2 0.46 0.32
Hex 77 53 2C 0 1E 3F 35 1F 2E 20
Octal 167 123 54 0 36 77 65 37 56 40
Binary 1110111 1010011 101100 0 11110 111111 110101 11111 101110 100000

Color Harmonies of #77532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77532C

Black with #77532C

Text Example


Text Example

White with #77532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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