Html Css Color HEX #77306F Seance

📋 copy color: '#77306F'

red 119 ◦ green 48 ◦ blue 111

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

Shades of Seance #77306F

Tints of Seance #77306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 42.81%
G = 17.27%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77306F (or 0x77306F) is known color: Seance. HEX triplet: 77, 30 and 6F. RGB value is (119,48,111). Sum of RGB (Red+Green+Blue) = 119+48+111=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77306F is #88CF90. Grayscale: #4C4C4C. Windows color (decimal): -8966033 or 7286903. OLE color: 7286903.

HSL color Cylindrical-coordinate representation of color #77306F: hue angle of 306.76º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77306F is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 111 -
CMYK 0 0.60 0.07 0.53
HSL 306.76º 0.43% 0.33% -
HSV(B) 306.76º 0.6% 0.47% -
XYZ 11.53 7.18 15.82 -
YUV 76.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 119 48 111 0 0.60 0.07 0.53 306.76 0.43 0.33
Hex 77 30 6F 0 3C 7 35 133 2B 21
Octal 167 60 157 0 74 7 65 463 53 41
Binary 1110111 110000 1101111 0 111100 111 110101 100110011 101011 100001

Color Harmonies of #77306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77306F

Black with #77306F

Text Example


Text Example

White with #77306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77306F; }

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

 H1.HeaderClassName
 {
   color: #77306F;
 }
 .AnyTagClassName
 {
   color: #77306F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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