Html Css Color HEX #774C31 Cape Palliser

📋 copy color: '#774C31'

red 119 ◦ green 76 ◦ blue 49

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

Shades of Cape Palliser #774C31

Tints of Cape Palliser #774C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

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

R = 48.77%
G = 31.15%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#774C31 (or 0x774C31) is known color: Cape Palliser. HEX triplet: 77, 4C and 31. RGB value is (119,76,49). Sum of RGB (Red+Green+Blue) = 119+76+49=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C31 is #88B3CE. Grayscale: #555555. Windows color (decimal): -8958927 or 3230839. OLE color: 3230839.

HSL color Cylindrical-coordinate representation of color #774C31: hue angle of 23.14º 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 #774C31 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 49 -
CMYK 0 0.36 0.59 0.53
HSL 23.14º 0.42% 0.33% -
HSV(B) 23.14º 0.59% 0.47% -
XYZ 10.75 9.31 4.14 -
YUV 85.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 119 76 49 0 0.36 0.59 0.53 23.14 0.42 0.33
Hex 77 4C 31 0 24 3B 35 17 2A 21
Octal 167 114 61 0 44 73 65 27 52 41
Binary 1110111 1001100 110001 0 100100 111011 110101 10111 101010 100001

Color Harmonies of #774C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C31

Black with #774C31

Text Example


Text Example

White with #774C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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