Html Css Color HEX #765882 Affair

📋 copy color: '#765882'

red 118 ◦ green 88 ◦ blue 130

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

Shades of Affair #765882

Tints of Affair #765882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 35.12%
G = 26.19%
B = 38.69%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765882 (or 0x765882) is known color: Affair. HEX triplet: 76, 58 and 82. RGB value is (118,88,130). Sum of RGB (Red+Green+Blue) = 118+88+130=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #765882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765882 is #89A77D. Grayscale: #656565. Windows color (decimal): -9021310 or 8542326. OLE color: 8542326.

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

Color convert

RGB 118 88 130 -
CMYK 0.09 0.32 0 0.49
HSL 282.86º 0.19% 0.43% -
HSV(B) 282.86º 0.32% 0.51% -
XYZ 14.99 12.44 22.73 -
YUV 101.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 118 88 130 0.09 0.32 0 0.49 282.86 0.19 0.43
Hex 76 58 82 9 20 0 31 11B 13 2B
Octal 166 130 202 11 40 0 61 433 23 53
Binary 1110110 1011000 10000010 1001 100000 0 110001 100011011 10011 101011

Color Harmonies of #765882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765882

Black with #765882

Text Example


Text Example

White with #765882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765882; }

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

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

background-color css

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

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

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

border-color css

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

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

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