#762636

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

Shades of Claret #762636

Tints of Claret #762636

Color information

#762636 (or 0x762636) is unknown color: approx Claret. HEX triplet: 76, 26 and 36. RGB value is (118,38,54). Sum of RGB (Red+Green+Blue) = 118+38+54=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762636 is #89D9C9. Grayscale: #3F3F3F. Windows color (decimal): -9034186 or 3548790. OLE color: 3548790.

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

Color convert

RGB1183854-
CMYK00.680.540.54
HSL348º51.28%30.59%-
HSV(B)348º67.8%46.27%-
XYZ8.835.54.09-
YUV63.74122.5166.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=56.19%
G=18.10%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118385400.680.540.5434851.2830.59
Hex762636044363615c331f
Octal1664666010466665346337
Binary11101101001101101100100010011011011011010101110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762636; }

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

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

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

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

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

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

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

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