#772334

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

Shades of Claret #772334

Tints of Claret #772334

Color information

#772334 (or 0x772334) is unknown color: approx Claret. HEX triplet: 77, 23 and 34. RGB value is (119,35,52). Sum of RGB (Red+Green+Blue) = 119+35+52=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772334 is #88DCCB. Grayscale: #3E3E3E. Windows color (decimal): -8969420 or 3416951. OLE color: 3416951.

HSL color Cylindrical-coordinate representation of color #772334: hue angle of 347.86º 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 #772334 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1193552-
CMYK00.710.560.53
HSL347.86º54.55%30.2%-
HSV(B)347.86º70.59%46.67%-
XYZ8.835.373.82-
YUV62.05122.33168.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=57.77%
G=16.99%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119355200.710.560.53347.8654.5530.2
Hex772334047383515c371e
Octal1674364010770655346736
Binary11101111000111101000100011111100011010110101110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772334; }

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

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

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

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

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

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

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

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