Html Css Color HEX #74336D Seance

📋 copy color: '#74336D'

red 116 ◦ green 51 ◦ blue 109

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

Shades of Seance #74336D

Tints of Seance #74336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 42.03%
G = 18.48%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74336D (or 0x74336D) is known color: Seance. HEX triplet: 74, 33 and 6D. RGB value is (116,51,109). Sum of RGB (Red+Green+Blue) = 116+51+109=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336D is #8BCC92. Grayscale: #4C4C4C. Windows color (decimal): -9161875 or 7156596. OLE color: 7156596.

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

Color convert

RGB 116 51 109 -
CMYK 0 0.56 0.06 0.55
HSL 306.46º 0.39% 0.33% -
HSV(B) 306.46º 0.56% 0.45% -
XYZ 11.15 7.18 15.27 -
YUV 77.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 116 51 109 0 0.56 0.06 0.55 306.46 0.39 0.33
Hex 74 33 6D 0 38 6 37 132 27 21
Octal 164 63 155 0 70 6 67 462 47 41
Binary 1110100 110011 1101101 0 111000 110 110111 100110010 100111 100001

Color Harmonies of #74336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74336D

Black with #74336D

Text Example


Text Example

White with #74336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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