Html Css Color HEX #774D31 Cape Palliser

📋 copy color: '#774D31'

red 119 ◦ green 77 ◦ blue 49

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

Shades of Cape Palliser #774D31

Tints of Cape Palliser #774D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 48.57%
G = 31.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#774D31 (or 0x774D31) is known color: Cape Palliser. HEX triplet: 77, 4D and 31. RGB value is (119,77,49). Sum of RGB (Red+Green+Blue) = 119+77+49=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D31 is #88B2CE. Grayscale: #565656. Windows color (decimal): -8958671 or 3231095. OLE color: 3231095.

HSL color Cylindrical-coordinate representation of color #774D31: hue angle of 24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774D31 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 49 -
CMYK 0 0.35 0.59 0.53
HSL 24º 0.42% 0.33% -
HSV(B) 24º 0.59% 0.47% -
XYZ 10.82 9.45 4.16 -
YUV 86.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 119 77 49 0 0.35 0.59 0.53 24 0.42 0.33
Hex 77 4D 31 0 23 3B 35 18 2A 21
Octal 167 115 61 0 43 73 65 30 52 41
Binary 1110111 1001101 110001 0 100011 111011 110101 11000 101010 100001

Color Harmonies of #774D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D31

Black with #774D31

Text Example


Text Example

White with #774D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D31; }

 p { color: rgb(119,77,49); }

 H1.HeaderClassName
 {
   color: #774D31;
 }
 .AnyTagClassName
 {
   color: #774D31;
 }
</style>

background-color css

<style>
 a { background-color: #774D31; }

 a { background-color: rgb(119,77,49); }

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

border-color css

<style>
 span { border-color: #774D31; }

 span { border-color: rgb(119,77,49); }

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