#772333

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

Shades of Claret #772333

Tints of Claret #772333

Color information

#772333 (or 0x772333) is unknown color: approx Claret. HEX triplet: 77, 23 and 33. RGB value is (119,35,51). Sum of RGB (Red+Green+Blue) = 119+35+51=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772333 is #88DCCC. Grayscale: #3D3D3D. Windows color (decimal): -8969421 or 3351415. OLE color: 3351415.

HSL color Cylindrical-coordinate representation of color #772333: hue angle of 348.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772333 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1193551-
CMYK00.710.570.53
HSL348.57º54.55%30.2%-
HSV(B)348.57º70.59%46.67%-
XYZ8.815.363.7-
YUV61.94121.83168.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=58.05%
G=17.07%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119355100.710.570.53348.5754.5530.2
Hex772333047393515d371e
Octal1674363010771655356736
Binary11101111000111100110100011111100111010110101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772333; }

 p { color: rgb(119,35,51); }

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

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

 a { background-color: rgb(119,35,51); }

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

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

 span { border-color: rgb(119,35,51); }

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