#774C30

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

Shades of Cape Palliser #774C30

Tints of Cape Palliser #774C30

Color information

#774C30 (or 0x774C30) is unknown color: approx Cape Palliser. HEX triplet: 77, 4C and 30. RGB value is (119,76,48). Sum of RGB (Red+Green+Blue) = 119+76+48=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C30 is #88B3CF. Grayscale: #555555. Windows color (decimal): -8958928 or 3165303. OLE color: 3165303.

HSL color Cylindrical-coordinate representation of color #774C30: hue angle of 23.66º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774C30 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1197648-
CMYK00.360.600.53
HSL23.66º42.51%32.75%-
HSV(B)23.66º59.66%46.67%-
XYZ10.739.34.03-
YUV85.66106.75151.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=48.97%
G=31.28%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119764800.360.600.5323.6642.5132.75
Hex774C300243C35182b21
Octal167114600447465305341
Binary11101111001100110000010010011110011010111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,48); }

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

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

 a { background-color: rgb(119,76,48); }

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

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

 span { border-color: rgb(119,76,48); }

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