Html Css Color HEX #765382 Affair

📋 copy color: '#765382'

red 118 ◦ green 83 ◦ blue 130

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

Shades of Affair #765382

Tints of Affair #765382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 35.65%
G = 25.08%
B = 39.27%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765382 (or 0x765382) is known color: Affair. HEX triplet: 76, 53 and 82. RGB value is (118,83,130). Sum of RGB (Red+Green+Blue) = 118+83+130=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #765382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765382 is #89AC7D. Grayscale: #626262. Windows color (decimal): -9022590 or 8541046. OLE color: 8541046.

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

Color convert

RGB 118 83 130 -
CMYK 0.09 0.36 0 0.49
HSL 284.68º 0.22% 0.42% -
HSV(B) 284.68º 0.36% 0.51% -
XYZ 14.59 11.65 22.6 -
YUV 98.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 118 83 130 0.09 0.36 0 0.49 284.68 0.22 0.42
Hex 76 53 82 9 24 0 31 11D 16 2A
Octal 166 123 202 11 44 0 61 435 26 52
Binary 1110110 1010011 10000010 1001 100100 0 110001 100011101 10110 101010

Color Harmonies of #765382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765382

Black with #765382

Text Example


Text Example

White with #765382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765382; }

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

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

background-color css

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

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

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

border-color css

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

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

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