Html Css Color HEX #764C8E Affair

📋 copy color: '#764C8E'

red 118 ◦ green 76 ◦ blue 142

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

Shades of Affair #764C8E

Tints of Affair #764C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 35.12%
G = 22.62%
B = 42.26%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764C8E (or 0x764C8E) is known color: Affair. HEX triplet: 76, 4C and 8E. RGB value is (118,76,142). Sum of RGB (Red+Green+Blue) = 118+76+142=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #764C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C8E is #89B371. Grayscale: #5F5F5F. Windows color (decimal): -9024370 or 9325686. OLE color: 9325686.

HSL color Cylindrical-coordinate representation of color #764C8E: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764C8E is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 76 142 -
CMYK 0.17 0.46 0 0.44
HSL 278.18º 0.3% 0.43% -
HSV(B) 278.18º 0.46% 0.56% -
XYZ 14.94 10.97 26.92 -
YUV 96.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 118 76 142 0.17 0.46 0 0.44 278.18 0.3 0.43
Hex 76 4C 8E 11 2E 0 2C 116 1E 2B
Octal 166 114 216 21 56 0 54 426 36 53
Binary 1110110 1001100 10001110 10001 101110 0 101100 100010110 11110 101011

Color Harmonies of #764C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C8E

Black with #764C8E

Text Example


Text Example

White with #764C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C8E; }

 p { color: rgb(118,76,142); }

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

background-color css

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

 a { background-color: rgb(118,76,142); }

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

border-color css

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

 span { border-color: rgb(118,76,142); }

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