Html Css Color HEX #764482 Affair

📋 copy color: '#764482'

red 118 ◦ green 68 ◦ blue 130

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

Shades of Affair #764482

Tints of Affair #764482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 37.34%
G = 21.52%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764482 (or 0x764482) is known color: Affair. HEX triplet: 76, 44 and 82. RGB value is (118,68,130). Sum of RGB (Red+Green+Blue) = 118+68+130=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #764482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764482 is #89BB7D. Grayscale: #595959. Windows color (decimal): -9026430 or 8537206. OLE color: 8537206.

HSL color Cylindrical-coordinate representation of color #764482: hue angle of 288.39º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #764482 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 68 130 -
CMYK 0.09 0.48 0 0.49
HSL 288.39º 0.31% 0.39% -
HSV(B) 288.39º 0.48% 0.51% -
XYZ 13.57 9.6 22.26 -
YUV 90.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 118 68 130 0.09 0.48 0 0.49 288.39 0.31 0.39
Hex 76 44 82 9 30 0 31 120 1F 27
Octal 166 104 202 11 60 0 61 440 37 47
Binary 1110110 1000100 10000010 1001 110000 0 110001 100100000 11111 100111

Color Harmonies of #764482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764482

Black with #764482

Text Example


Text Example

White with #764482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764482; }

 p { color: rgb(118,68,130); }

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

background-color css

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

 a { background-color: rgb(118,68,130); }

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

border-color css

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

 span { border-color: rgb(118,68,130); }

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