#772634

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

Shades of Scarlett #772634

Tints of Scarlett #772634

Color information

#772634 (or 0x772634) is unknown color: approx Scarlett. HEX triplet: 77, 26 and 34. RGB value is (119,38,52). Sum of RGB (Red+Green+Blue) = 119+38+52=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772634 is #88D9CB. Grayscale: #3F3F3F. Windows color (decimal): -8968652 or 3417719. OLE color: 3417719.

HSL color Cylindrical-coordinate representation of color #772634: hue angle of 349.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772634 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1193852-
CMYK00.680.560.53
HSL349.63º51.59%30.78%-
HSV(B)349.63º68.07%46.67%-
XYZ8.925.563.85-
YUV63.81121.34167.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=56.94%
G=18.18%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119385200.680.560.53349.6351.5930.78
Hex772634044383515e341f
Octal1674664010470655366437
Binary11101111001101101000100010011100011010110101111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772634; }

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

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

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

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

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

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

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

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