Html Css Color HEX #76306E Seance

📋 copy color: '#76306E'

red 118 ◦ green 48 ◦ blue 110

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

Shades of Seance #76306E

Tints of Seance #76306E

RGB

 RED value IS 118 (46.48% from 255) = 42.75%

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 42.75%
G = 17.39%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76306E (or 0x76306E) is known color: Seance. HEX triplet: 76, 30 and 6E. RGB value is (118,48,110). Sum of RGB (Red+Green+Blue) = 118+48+110=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76306E is #89CF91. Grayscale: #4B4B4B. Windows color (decimal): -9031570 or 7221366. OLE color: 7221366.

HSL color Cylindrical-coordinate representation of color #76306E: hue angle of 306.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76306E is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 110 -
CMYK 0 0.59 0.07 0.54
HSL 306.86º 0.42% 0.33% -
HSV(B) 306.86º 0.59% 0.46% -
XYZ 11.34 7.09 15.52 -
YUV 76 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 118 48 110 0 0.59 0.07 0.54 306.86 0.42 0.33
Hex 76 30 6E 0 3B 7 36 133 2A 21
Octal 166 60 156 0 73 7 66 463 52 41
Binary 1110110 110000 1101110 0 111011 111 110110 100110011 101010 100001

Color Harmonies of #76306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76306E

Black with #76306E

Text Example


Text Example

White with #76306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76306E; }

 p { color: rgb(118,48,110); }

 H1.HeaderClassName
 {
   color: #76306E;
 }
 .AnyTagClassName
 {
   color: #76306E;
 }
</style>

background-color css

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

 a { background-color: rgb(118,48,110); }

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

border-color css

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

 span { border-color: rgb(118,48,110); }

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