Html Css Color HEX #74436B Eminence

📋 copy color: '#74436B'

red 116 ◦ green 67 ◦ blue 107

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

Shades of Eminence #74436B

Tints of Eminence #74436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 40%
G = 23.1%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74436B (or 0x74436B) is known color: Eminence. HEX triplet: 74, 43 and 6B. RGB value is (116,67,107). Sum of RGB (Red+Green+Blue) = 116+67+107=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74436B is #8BBC94. Grayscale: #565656. Windows color (decimal): -9157781 or 7029620. OLE color: 7029620.

HSL color Cylindrical-coordinate representation of color #74436B: hue angle of 311.02º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74436B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 107 -
CMYK 0 0.42 0.08 0.55
HSL 311.02º 0.27% 0.36% -
HSV(B) 311.02º 0.42% 0.45% -
XYZ 11.86 8.79 14.98 -
YUV 86.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 116 67 107 0 0.42 0.08 0.55 311.02 0.27 0.36
Hex 74 43 6B 0 2A 8 37 137 1B 24
Octal 164 103 153 0 52 10 67 467 33 44
Binary 1110100 1000011 1101011 0 101010 1000 110111 100110111 11011 100100

Color Harmonies of #74436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74436B

Black with #74436B

Text Example


Text Example

White with #74436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74436B; }

 p { color: rgb(116,67,107); }

 H1.HeaderClassName
 {
   color: #74436B;
 }
 .AnyTagClassName
 {
   color: #74436B;
 }
</style>

background-color css

<style>
 a { background-color: #74436B; }

 a { background-color: rgb(116,67,107); }

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

border-color css

<style>
 span { border-color: #74436B; }

 span { border-color: rgb(116,67,107); }

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