Html Css Color HEX #774C32 Cape Palliser

📋 copy color: '#774C32'

red 119 ◦ green 76 ◦ blue 50

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

Shades of Cape Palliser #774C32

Tints of Cape Palliser #774C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 48.57%
G = 31.02%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774C32 (or 0x774C32) is known color: Cape Palliser. HEX triplet: 77, 4C and 32. RGB value is (119,76,50). Sum of RGB (Red+Green+Blue) = 119+76+50=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C32 is #88B3CD. Grayscale: #565656. Windows color (decimal): -8958926 or 3296375. OLE color: 3296375.

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

Color convert

RGB 119 76 50 -
CMYK 0 0.36 0.58 0.53
HSL 22.61º 0.41% 0.33% -
HSV(B) 22.61º 0.58% 0.47% -
XYZ 10.77 9.32 4.25 -
YUV 85.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 119 76 50 0 0.36 0.58 0.53 22.61 0.41 0.33
Hex 77 4C 32 0 24 3A 35 17 29 21
Octal 167 114 62 0 44 72 65 27 51 41
Binary 1110111 1001100 110010 0 100100 111010 110101 10111 101001 100001

Color Harmonies of #774C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C32

Black with #774C32

Text Example


Text Example

White with #774C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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