Html Css Color HEX #75436D Eminence

📋 copy color: '#75436D'

red 117 ◦ green 67 ◦ blue 109

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

Shades of Eminence #75436D

Tints of Eminence #75436D

RGB

 RED value IS 117 (46.09% from 255) = 39.93%

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

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

R = 39.93%
G = 22.87%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75436D (or 0x75436D) is known color: Eminence. HEX triplet: 75, 43 and 6D. RGB value is (117,67,109). Sum of RGB (Red+Green+Blue) = 117+67+109=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75436D is #8ABC92. Grayscale: #565656. Windows color (decimal): -9092243 or 7160693. OLE color: 7160693.

HSL color Cylindrical-coordinate representation of color #75436D: hue angle of 309.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75436D is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 109 -
CMYK 0 0.43 0.07 0.54
HSL 309.6º 0.27% 0.36% -
HSV(B) 309.6º 0.43% 0.46% -
XYZ 12.1 8.9 15.55 -
YUV 86.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 117 67 109 0 0.43 0.07 0.54 309.6 0.27 0.36
Hex 75 43 6D 0 2B 7 36 136 1B 24
Octal 165 103 155 0 53 7 66 466 33 44
Binary 1110101 1000011 1101101 0 101011 111 110110 100110110 11011 100100

Color Harmonies of #75436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75436D

Black with #75436D

Text Example


Text Example

White with #75436D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,67,109); }

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

background-color css

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

 a { background-color: rgb(117,67,109); }

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

border-color css

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

 span { border-color: rgb(117,67,109); }

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