#774A35

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

Shades of Cape Palliser #774A35

Tints of Cape Palliser #774A35

Color information

#774A35 (or 0x774A35) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 35. RGB value is (119,74,53). Sum of RGB (Red+Green+Blue) = 119+74+53=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #774A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A35 is #88B5CA. Grayscale: #555555. Windows color (decimal): -8959435 or 3492471. OLE color: 3492471.

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

Color convert

RGB1197453-
CMYK00.380.550.53
HSL19.09º38.37%33.73%-
HSV(B)19.09º55.46%46.67%-
XYZ10.79.084.56-
YUV85.06109.91152.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=48.37%
G=30.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119745300.380.550.5319.0938.3733.73
Hex774A350263735132622
Octal167112650466765234642
Binary11101111001010110101010011011011111010110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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