Html Css Color HEX #754677 Eminence

📋 copy color: '#754677'

red 117 ◦ green 70 ◦ blue 119

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

Shades of Eminence #754677

Tints of Eminence #754677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 38.24%
G = 22.88%
B = 38.89%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754677 (or 0x754677) is known color: Eminence. HEX triplet: 75, 46 and 77. RGB value is (117,70,119). Sum of RGB (Red+Green+Blue) = 117+70+119=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #754677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754677 is #8AB988. Grayscale: #595959. Windows color (decimal): -9091465 or 7816821. OLE color: 7816821.

HSL color Cylindrical-coordinate representation of color #754677: hue angle of 297.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754677 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 70 119 -
CMYK 0.02 0.41 0 0.53
HSL 297.55º 0.26% 0.37% -
HSV(B) 297.55º 0.41% 0.47% -
XYZ 12.86 9.49 18.61 -
YUV 89.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 117 70 119 0.02 0.41 0 0.53 297.55 0.26 0.37
Hex 75 46 77 2 29 0 35 12A 1A 25
Octal 165 106 167 2 51 0 65 452 32 45
Binary 1110101 1000110 1110111 10 101001 0 110101 100101010 11010 100101

Color Harmonies of #754677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754677

Black with #754677

Text Example


Text Example

White with #754677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754677; }

 p { color: rgb(117,70,119); }

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

background-color css

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

 a { background-color: rgb(117,70,119); }

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

border-color css

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

 span { border-color: rgb(117,70,119); }

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