#770F2F

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

Shades of Claret #770F2F

Tints of Claret #770F2F

Color information

#770F2F (or 0x770F2F) is unknown color: approx Claret. HEX triplet: 77, 0F and 2F. RGB value is (119,15,47). Sum of RGB (Red+Green+Blue) = 119+15+47=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F2F is #88F0D0. Grayscale: #313131. Windows color (decimal): -8974545 or 3084151. OLE color: 3084151.

HSL color Cylindrical-coordinate representation of color #770F2F: hue angle of 341.54º 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 #770F2F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1191547-
CMYK00.870.610.53
HSL341.54º77.61%26.27%-
HSV(B)341.54º87.39%46.67%-
XYZ8.294.473.11-
YUV49.74126.46177.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=65.75%
G=8.29%
B=25.97%

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
Decimal119154700.870.610.53341.5477.6126.27
Hex77F2F0573D351564e1a
Octal16717570127756552611632
Binary1110111111110111101010111111101110101101010110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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