Html Css Color HEX #76568B Affair

📋 copy color: '#76568B'

red 118 ◦ green 86 ◦ blue 139

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

Shades of Affair #76568B

Tints of Affair #76568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 34.4%
G = 25.07%
B = 40.52%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76568B (or 0x76568B) is known color: Affair. HEX triplet: 76, 56 and 8B. RGB value is (118,86,139). Sum of RGB (Red+Green+Blue) = 118+86+139=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #76568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76568B is #89A974. Grayscale: #656565. Windows color (decimal): -9021813 or 9131638. OLE color: 9131638.

HSL color Cylindrical-coordinate representation of color #76568B: hue angle of 276.23º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76568B is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 86 139 -
CMYK 0.15 0.38 0 0.45
HSL 276.23º 0.24% 0.44% -
HSV(B) 276.23º 0.38% 0.55% -
XYZ 15.46 12.37 26 -
YUV 101.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 118 86 139 0.15 0.38 0 0.45 276.23 0.24 0.44
Hex 76 56 8B F 26 0 2D 114 18 2C
Octal 166 126 213 17 46 0 55 424 30 54
Binary 1110110 1010110 10001011 1111 100110 0 101101 100010100 11000 101100

Color Harmonies of #76568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76568B

Black with #76568B

Text Example


Text Example

White with #76568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76568B; }

 p { color: rgb(118,86,139); }

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

background-color css

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

 a { background-color: rgb(118,86,139); }

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

border-color css

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

 span { border-color: rgb(118,86,139); }

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