#770F2E

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

Shades of Claret #770F2E

Tints of Claret #770F2E

Color information

#770F2E (or 0x770F2E) is unknown color: approx Claret. HEX triplet: 77, 0F and 2E. RGB value is (119,15,46). Sum of RGB (Red+Green+Blue) = 119+15+46=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #770F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F2E is #88F0D1. Grayscale: #313131. Windows color (decimal): -8974546 or 3018615. OLE color: 3018615.

HSL color Cylindrical-coordinate representation of color #770F2E: hue angle of 342.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F2E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1191546-
CMYK00.870.610.53
HSL342.12º77.61%26.27%-
HSV(B)342.12º87.39%46.67%-
XYZ8.274.463.01-
YUV49.63125.96177.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=66.11%
G=8.33%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119154600.870.610.53342.1277.6126.27
Hex77F2E0573D351564e1a
Octal16717560127756552611632
Binary1110111111110111001010111111101110101101010110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770F2E; }

 p { color: rgb(119,15,46); }

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

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

 a { background-color: rgb(119,15,46); }

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

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

 span { border-color: rgb(119,15,46); }

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