#762337

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

Shades of Claret #762337

Tints of Claret #762337

Color information

#762337 (or 0x762337) is unknown color: approx Claret. HEX triplet: 76, 23 and 37. RGB value is (118,35,55). Sum of RGB (Red+Green+Blue) = 118+35+55=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762337 is #89DCC8. Grayscale: #3E3E3E. Windows color (decimal): -9034953 or 3613558. OLE color: 3613558.

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

Color convert

RGB1183555-
CMYK00.700.530.54
HSL345.54º54.25%30%-
HSV(B)345.54º70.34%46.27%-
XYZ8.765.334.18-
YUV62.1124167.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=56.73%
G=16.83%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118355500.700.530.54345.5454.2530
Hex762337046353615a361e
Octal1664367010665665326636
Binary11101101000111101110100011011010111011010101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762337; }

 p { color: rgb(118,35,55); }

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

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

 a { background-color: rgb(118,35,55); }

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

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

 span { border-color: rgb(118,35,55); }

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