#770F30

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

Shades of Claret #770F30

Tints of Claret #770F30

Color information

#770F30 (or 0x770F30) is unknown color: approx Claret. HEX triplet: 77, 0F and 30. RGB value is (119,15,48). Sum of RGB (Red+Green+Blue) = 119+15+48=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #770F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F30 is #88F0CF. Grayscale: #313131. Windows color (decimal): -8974544 or 3149687. OLE color: 3149687.

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

Color convert

RGB1191548-
CMYK00.870.600.53
HSL340.96º77.61%26.27%-
HSV(B)340.96º87.39%46.67%-
XYZ8.314.483.22-
YUV49.86126.96177.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 15 (6.25% from 255) = 8.24%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=65.38%
G=8.24%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119154800.870.600.53340.9677.6126.27
Hex77F300573C351554e1a
Octal16717600127746552511632
Binary1110111111111000001010111111100110101101010101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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