Html Css Color HEX #772C74 Seance

📋 copy color: '#772C74'

red 119 ◦ green 44 ◦ blue 116

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

Shades of Seance #772C74

Tints of Seance #772C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 42.65%
G = 15.77%
B = 41.58%

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

#772C74 (or 0x772C74) is known color: Seance. HEX triplet: 77, 2C and 74. RGB value is (119,44,116). Sum of RGB (Red+Green+Blue) = 119+44+116=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #772C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C74 is #88D38B. Grayscale: #4A4A4A. Windows color (decimal): -8967052 or 7613559. OLE color: 7613559.

HSL color Cylindrical-coordinate representation of color #772C74: hue angle of 302.4º 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 #772C74 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 116 -
CMYK 0 0.63 0.03 0.53
HSL 302.4º 0.46% 0.32% -
HSV(B) 302.4º 0.63% 0.47% -
XYZ 11.66 6.98 17.26 -
YUV 74.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 119 44 116 0 0.63 0.03 0.53 302.4 0.46 0.32
Hex 77 2C 74 0 3F 3 35 12E 2E 20
Octal 167 54 164 0 77 3 65 456 56 40
Binary 1110111 101100 1110100 0 111111 11 110101 100101110 101110 100000

Color Harmonies of #772C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C74

Black with #772C74

Text Example


Text Example

White with #772C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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