Html Css Color HEX #764270 Eminence

📋 copy color: '#764270'

red 118 ◦ green 66 ◦ blue 112

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

Shades of Eminence #764270

Tints of Eminence #764270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 39.86%
G = 22.3%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764270 (or 0x764270) is known color: Eminence. HEX triplet: 76, 42 and 70. RGB value is (118,66,112). Sum of RGB (Red+Green+Blue) = 118+66+112=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764270 is #89BD8F. Grayscale: #565656. Windows color (decimal): -9026960 or 7357046. OLE color: 7357046.

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

Color convert

RGB 118 66 112 -
CMYK 0 0.44 0.05 0.54
HSL 306.92º 0.28% 0.36% -
HSV(B) 306.92º 0.44% 0.46% -
XYZ 12.34 8.92 16.4 -
YUV 86.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 118 66 112 0 0.44 0.05 0.54 306.92 0.28 0.36
Hex 76 42 70 0 2C 5 36 133 1C 24
Octal 166 102 160 0 54 5 66 463 34 44
Binary 1110110 1000010 1110000 0 101100 101 110110 100110011 11100 100100

Color Harmonies of #764270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764270

Black with #764270

Text Example


Text Example

White with #764270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764270; }

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

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

background-color css

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

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

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

border-color css

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

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

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