Html Css Color HEX #774A32 Cape Palliser

📋 copy color: '#774A32'

red 119 ◦ green 74 ◦ blue 50

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

Shades of Cape Palliser #774A32

Tints of Cape Palliser #774A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 48.97%
G = 30.45%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774A32 (or 0x774A32) is known color: Cape Palliser. HEX triplet: 77, 4A and 32. RGB value is (119,74,50). Sum of RGB (Red+Green+Blue) = 119+74+50=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A32 is #88B5CD. Grayscale: #545454. Windows color (decimal): -8959438 or 3295863. OLE color: 3295863.

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

Color convert

RGB 119 74 50 -
CMYK 0 0.38 0.58 0.53
HSL 20.87º 0.41% 0.33% -
HSV(B) 20.87º 0.58% 0.47% -
XYZ 10.63 9.05 4.2 -
YUV 84.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 119 74 50 0 0.38 0.58 0.53 20.87 0.41 0.33
Hex 77 4A 32 0 26 3A 35 15 29 21
Octal 167 112 62 0 46 72 65 25 51 41
Binary 1110111 1001010 110010 0 100110 111010 110101 10101 101001 100001

Color Harmonies of #774A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A32

Black with #774A32

Text Example


Text Example

White with #774A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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