Html Css Color HEX #75436F Eminence

📋 copy color: '#75436F'

red 117 ◦ green 67 ◦ blue 111

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

Shades of Eminence #75436F

Tints of Eminence #75436F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 39.66%
G = 22.71%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75436F (or 0x75436F) is known color: Eminence. HEX triplet: 75, 43 and 6F. RGB value is (117,67,111). Sum of RGB (Red+Green+Blue) = 117+67+111=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75436F is #8ABC90. Grayscale: #565656. Windows color (decimal): -9092241 or 7291765. OLE color: 7291765.

HSL color Cylindrical-coordinate representation of color #75436F: hue angle of 307.2º 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 #75436F is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 111 -
CMYK 0 0.43 0.05 0.54
HSL 307.2º 0.27% 0.36% -
HSV(B) 307.2º 0.43% 0.46% -
XYZ 12.21 8.94 16.12 -
YUV 86.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 117 67 111 0 0.43 0.05 0.54 307.2 0.27 0.36
Hex 75 43 6F 0 2B 5 36 133 1B 24
Octal 165 103 157 0 53 5 66 463 33 44
Binary 1110101 1000011 1101111 0 101011 101 110110 100110011 11011 100100

Color Harmonies of #75436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75436F

Black with #75436F

Text Example


Text Example

White with #75436F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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