#762737

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

Shades of Claret #762737

Tints of Claret #762737

Color information

#762737 (or 0x762737) is unknown color: approx Claret. HEX triplet: 76, 27 and 37. RGB value is (118,39,55). Sum of RGB (Red+Green+Blue) = 118+39+55=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762737 is #89D8C8. Grayscale: #404040. Windows color (decimal): -9033929 or 3614582. OLE color: 3614582.

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

Color convert

RGB1183955-
CMYK00.670.530.54
HSL347.85º50.32%30.78%-
HSV(B)347.85º66.95%46.27%-
XYZ8.895.584.22-
YUV64.44122.67166.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=55.66%
G=18.40%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118395500.670.530.54347.8550.3230.78
Hex762737043353615c321f
Octal1664767010365665346237
Binary11101101001111101110100001111010111011010101110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762737; }

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

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

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

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

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

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

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

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