#761736

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

Shades of Claret #761736

Tints of Claret #761736

Color information

#761736 (or 0x761736) is unknown color: approx Claret. HEX triplet: 76, 17 and 36. RGB value is (118,23,54). Sum of RGB (Red+Green+Blue) = 118+23+54=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761736 is #89E8C9. Grayscale: #363636. Windows color (decimal): -9038026 or 3544950. OLE color: 3544950.

HSL color Cylindrical-coordinate representation of color #761736: hue angle of 340.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761736 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1182354-
CMYK00.810.540.54
HSL340.42º67.38%27.65%-
HSV(B)340.42º80.51%46.27%-
XYZ8.444.733.96-
YUV54.94127.47172.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=60.51%
G=11.79%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118235400.810.540.54340.4267.3827.65
Hex7617360513636154431c
Octal16627660121666652410334
Binary11101101011111011001010001110110110110101010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761736; }

 p { color: rgb(118,23,54); }

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

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

 a { background-color: rgb(118,23,54); }

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

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

 span { border-color: rgb(118,23,54); }

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