#772435

Color #772435 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #772435

Tints of Claret #772435

Color information

#772435 (or 0x772435) is unknown color: approx Claret. HEX triplet: 77, 24 and 35. RGB value is (119,36,53). Sum of RGB (Red+Green+Blue) = 119+36+53=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772435 is #88DBCA. Grayscale: #3E3E3E. Windows color (decimal): -8969163 or 3482743. OLE color: 3482743.

HSL color Cylindrical-coordinate representation of color #772435: hue angle of 347.71º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772435 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1193653-
CMYK00.700.550.53
HSL347.71º53.55%30.39%-
HSV(B)347.71º69.75%46.67%-
XYZ8.885.443.95-
YUV62.76122.5168.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=57.21%
G=17.31%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119365300.700.550.53347.7153.5530.39
Hex772435046373515c361e
Octal1674465010667655346636
Binary11101111001001101010100011011011111010110101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772435; }

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

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

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

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

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

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

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

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