#77173A

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

Shades of Claret #77173A

Tints of Claret #77173A

Color information

#77173A (or 0x77173A) is unknown color: approx Claret. HEX triplet: 77, 17 and 3A. RGB value is (119,23,58). Sum of RGB (Red+Green+Blue) = 119+23+58=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77173A is #88E8C5. Grayscale: #373737. Windows color (decimal): -8972486 or 3807095. OLE color: 3807095.

HSL color Cylindrical-coordinate representation of color #77173A: hue angle of 338.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77173A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1192358-
CMYK00.810.510.53
HSL338.12º67.61%27.84%-
HSV(B)338.12º80.67%46.67%-
XYZ8.684.844.48-
YUV55.69129.3173.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 58 (23.05% from 255) = 29%
R=59.5%
G=11.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119235800.810.510.53338.1267.6127.84
Hex77173A0513335152441c
Octal16727720121636552210434
Binary11101111011111101001010001110011110101101010010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77173A; }

 p { color: rgb(119,23,58); }

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

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

 a { background-color: rgb(119,23,58); }

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

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

 span { border-color: rgb(119,23,58); }

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