Html Css Color HEX #765A85 Affair

📋 copy color: '#765A85'

red 118 ◦ green 90 ◦ blue 133

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

Shades of Affair #765A85

Tints of Affair #765A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 34.6%
G = 26.39%
B = 39%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765A85 (or 0x765A85) is known color: Affair. HEX triplet: 76, 5A and 85. RGB value is (118,90,133). Sum of RGB (Red+Green+Blue) = 118+90+133=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #765A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A85 is #89A57A. Grayscale: #676767. Windows color (decimal): -9020795 or 8739446. OLE color: 8739446.

HSL color Cylindrical-coordinate representation of color #765A85: hue angle of 279.07º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765A85 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 90 133 -
CMYK 0.11 0.32 0 0.48
HSL 279.07º 0.19% 0.44% -
HSV(B) 279.07º 0.32% 0.52% -
XYZ 15.36 12.86 23.86 -
YUV 103.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 118 90 133 0.11 0.32 0 0.48 279.07 0.19 0.44
Hex 76 5A 85 B 20 0 30 117 13 2C
Octal 166 132 205 13 40 0 60 427 23 54
Binary 1110110 1011010 10000101 1011 100000 0 110000 100010111 10011 101100

Color Harmonies of #765A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A85

Black with #765A85

Text Example


Text Example

White with #765A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765A85; }

 p { color: rgb(118,90,133); }

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

background-color css

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

 a { background-color: rgb(118,90,133); }

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

border-color css

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

 span { border-color: rgb(118,90,133); }

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