#774A34

Color #774A34 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #774A34

Tints of Cape Palliser #774A34

Color information

#774A34 (or 0x774A34) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 34. RGB value is (119,74,52). Sum of RGB (Red+Green+Blue) = 119+74+52=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A34 is #88B5CB. Grayscale: #555555. Windows color (decimal): -8959436 or 3426935. OLE color: 3426935.

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

Color convert

RGB1197452-
CMYK00.380.560.53
HSL19.7º39.18%33.53%-
HSV(B)19.7º56.3%46.67%-
XYZ10.689.074.44-
YUV84.95109.41152.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=48.57%
G=30.20%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119745200.380.560.5319.739.1833.53
Hex774A340263835142722
Octal167112640467065244742
Binary11101111001010110100010011011100011010110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #774A34;
 }
 .AnyTagClassName
 {
   color: #774A34;
 }
</style>
background-color css

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

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

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

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

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

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