Html Css Color HEX #765A7F Affair

📋 copy color: '#765A7F'

red 118 ◦ green 90 ◦ blue 127

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

Shades of Affair #765A7F

Tints of Affair #765A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 35.22%
G = 26.87%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#765A7F (or 0x765A7F) is known color: Affair. HEX triplet: 76, 5A and 7F. RGB value is (118,90,127). Sum of RGB (Red+Green+Blue) = 118+90+127=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #765A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A7F is #89A580. Grayscale: #666666. Windows color (decimal): -9020801 or 8346230. OLE color: 8346230.

HSL color Cylindrical-coordinate representation of color #765A7F: hue angle of 285.41º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765A7F is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 90 127 -
CMYK 0.07 0.29 0 0.50
HSL 285.41º 0.17% 0.43% -
HSV(B) 285.41º 0.29% 0.5% -
XYZ 14.96 12.7 21.74 -
YUV 102.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 118 90 127 0.07 0.29 0 0.50 285.41 0.17 0.43
Hex 76 5A 7F 7 1D 0 32 11D 11 2B
Octal 166 132 177 7 35 0 62 435 21 53
Binary 1110110 1011010 1111111 111 11101 0 110010 100011101 10001 101011

Color Harmonies of #765A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A7F

Black with #765A7F

Text Example


Text Example

White with #765A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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