#774B34

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

Shades of Cape Palliser #774B34

Tints of Cape Palliser #774B34

Color information

#774B34 (or 0x774B34) is unknown color: approx Cape Palliser. HEX triplet: 77, 4B and 34. RGB value is (119,75,52). Sum of RGB (Red+Green+Blue) = 119+75+52=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #774B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B34 is #88B4CB. Grayscale: #555555. Windows color (decimal): -8959180 or 3427191. OLE color: 3427191.

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

Color convert

RGB1197552-
CMYK00.370.560.53
HSL20.6º39.18%33.53%-
HSV(B)20.6º56.3%46.67%-
XYZ10.749.24.46-
YUV85.53109.08151.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=48.37%
G=30.49%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119755200.370.560.5320.639.1833.53
Hex774B340253835152722
Octal167113640457065254742
Binary11101111001011110100010010111100011010110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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