Html Css Color HEX #774A33 Cape Palliser

📋 copy color: '#774A33'

red 119 ◦ green 74 ◦ blue 51

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

Shades of Cape Palliser #774A33

Tints of Cape Palliser #774A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 48.77%
G = 30.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#774A33 (or 0x774A33) is known color: Cape Palliser. HEX triplet: 77, 4A and 33. RGB value is (119,74,51). Sum of RGB (Red+Green+Blue) = 119+74+51=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A33 is #88B5CC. Grayscale: #545454. Windows color (decimal): -8959437 or 3361399. OLE color: 3361399.

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

Color convert

RGB 119 74 51 -
CMYK 0 0.38 0.57 0.53
HSL 20.29º 0.4% 0.33% -
HSV(B) 20.29º 0.57% 0.47% -
XYZ 10.65 9.06 4.32 -
YUV 84.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 119 74 51 0 0.38 0.57 0.53 20.29 0.4 0.33
Hex 77 4A 33 0 26 39 35 14 28 21
Octal 167 112 63 0 46 71 65 24 50 41
Binary 1110111 1001010 110011 0 100110 111001 110101 10100 101000 100001

Color Harmonies of #774A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A33

Black with #774A33

Text Example


Text Example

White with #774A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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