Html Css Color HEX #765584 Affair

📋 copy color: '#765584'

red 118 ◦ green 85 ◦ blue 132

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

Shades of Affair #765584

Tints of Affair #765584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 35.22%
G = 25.37%
B = 39.4%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765584 (or 0x765584) is known color: Affair. HEX triplet: 76, 55 and 84. RGB value is (118,85,132). Sum of RGB (Red+Green+Blue) = 118+85+132=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #765584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765584 is #89AA7B. Grayscale: #646464. Windows color (decimal): -9022076 or 8672630. OLE color: 8672630.

HSL color Cylindrical-coordinate representation of color #765584: hue angle of 282.13º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #765584 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 85 132 -
CMYK 0.11 0.36 0 0.48
HSL 282.13º 0.22% 0.43% -
HSV(B) 282.13º 0.36% 0.52% -
XYZ 14.88 12.01 23.36 -
YUV 100.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 118 85 132 0.11 0.36 0 0.48 282.13 0.22 0.43
Hex 76 55 84 B 24 0 30 11A 16 2B
Octal 166 125 204 13 44 0 60 432 26 53
Binary 1110110 1010101 10000100 1011 100100 0 110000 100011010 10110 101011

Color Harmonies of #765584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765584

Black with #765584

Text Example


Text Example

White with #765584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765584; }

 p { color: rgb(118,85,132); }

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

background-color css

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

 a { background-color: rgb(118,85,132); }

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

border-color css

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

 span { border-color: rgb(118,85,132); }

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