Html Css Color HEX #764273 Eminence

📋 copy color: '#764273'

red 118 ◦ green 66 ◦ blue 115

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

Shades of Eminence #764273

Tints of Eminence #764273

RGB

 RED value IS 118 (46.48% from 255) = 39.46%

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 39.46%
G = 22.07%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764273 (or 0x764273) is known color: Eminence. HEX triplet: 76, 42 and 73. RGB value is (118,66,115). Sum of RGB (Red+Green+Blue) = 118+66+115=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764273 is #89BD8C. Grayscale: #565656. Windows color (decimal): -9026957 or 7553654. OLE color: 7553654.

HSL color Cylindrical-coordinate representation of color #764273: hue angle of 303.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764273 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 115 -
CMYK 0 0.44 0.03 0.54
HSL 303.46º 0.28% 0.36% -
HSV(B) 303.46º 0.44% 0.46% -
XYZ 12.51 8.99 17.29 -
YUV 87.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 118 66 115 0 0.44 0.03 0.54 303.46 0.28 0.36
Hex 76 42 73 0 2C 3 36 12F 1C 24
Octal 166 102 163 0 54 3 66 457 34 44
Binary 1110110 1000010 1110011 0 101100 11 110110 100101111 11100 100100

Color Harmonies of #764273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764273

Black with #764273

Text Example


Text Example

White with #764273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764273; }

 p { color: rgb(118,66,115); }

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

background-color css

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

 a { background-color: rgb(118,66,115); }

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

border-color css

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

 span { border-color: rgb(118,66,115); }

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