Html Css Color HEX #772C73 Seance

📋 copy color: '#772C73'

red 119 ◦ green 44 ◦ blue 115

#772C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #772C73

Tints of Seance #772C73

RGB

 RED value IS 119 (46.88% from 255) = 42.81%

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 42.81%
G = 15.83%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#772C73 (or 0x772C73) is known color: Seance. HEX triplet: 77, 2C and 73. RGB value is (119,44,115). Sum of RGB (Red+Green+Blue) = 119+44+115=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #772C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C73 is #88D38C. Grayscale: #4A4A4A. Windows color (decimal): -8967053 or 7548023. OLE color: 7548023.

HSL color Cylindrical-coordinate representation of color #772C73: hue angle of 303.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C73 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 115 -
CMYK 0 0.63 0.03 0.53
HSL 303.2º 0.46% 0.32% -
HSV(B) 303.2º 0.63% 0.47% -
XYZ 11.6 6.96 16.95 -
YUV 74.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 119 44 115 0 0.63 0.03 0.53 303.2 0.46 0.32
Hex 77 2C 73 0 3F 3 35 12F 2E 20
Octal 167 54 163 0 77 3 65 457 56 40
Binary 1110111 101100 1110011 0 111111 11 110101 100101111 101110 100000

Color Harmonies of #772C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C73

Black with #772C73

Text Example


Text Example

White with #772C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C73; }

 p { color: rgb(119,44,115); }

 H1.HeaderClassName
 {
   color: #772C73;
 }
 .AnyTagClassName
 {
   color: #772C73;
 }
</style>

background-color css

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

 a { background-color: rgb(119,44,115); }

 div.DivClassName
 {
   background-color: #772C73;
 }
 .BgClassName
 {
   background-color: #772C73;
 }
</style>

border-color css

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

 span { border-color: rgb(119,44,115); }

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