Html Css Color HEX #74346D Seance

📋 copy color: '#74346D'

red 116 ◦ green 52 ◦ blue 109

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

Shades of Seance #74346D

Tints of Seance #74346D

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 41.88%
G = 18.77%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74346D (or 0x74346D) is known color: Seance. HEX triplet: 74, 34 and 6D. RGB value is (116,52,109). Sum of RGB (Red+Green+Blue) = 116+52+109=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74346D is #8BCB92. Grayscale: #4D4D4D. Windows color (decimal): -9161619 or 7156852. OLE color: 7156852.

HSL color Cylindrical-coordinate representation of color #74346D: hue angle of 306.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74346D is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 109 -
CMYK 0 0.55 0.06 0.55
HSL 306.56º 0.38% 0.33% -
HSV(B) 306.56º 0.55% 0.45% -
XYZ 11.19 7.27 15.28 -
YUV 77.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 116 52 109 0 0.55 0.06 0.55 306.56 0.38 0.33
Hex 74 34 6D 0 37 6 37 133 26 21
Octal 164 64 155 0 67 6 67 463 46 41
Binary 1110100 110100 1101101 0 110111 110 110111 100110011 100110 100001

Color Harmonies of #74346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74346D

Black with #74346D

Text Example


Text Example

White with #74346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74346D; }

 p { color: rgb(116,52,109); }

 H1.HeaderClassName
 {
   color: #74346D;
 }
 .AnyTagClassName
 {
   color: #74346D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,52,109); }

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

border-color css

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

 span { border-color: rgb(116,52,109); }

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