Html Css Color HEX #75567B Affair

📋 copy color: '#75567B'

red 117 ◦ green 86 ◦ blue 123

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

Shades of Affair #75567B

Tints of Affair #75567B

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 35.89%
G = 26.38%
B = 37.73%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75567B (or 0x75567B) is known color: Affair. HEX triplet: 75, 56 and 7B. RGB value is (117,86,123). Sum of RGB (Red+Green+Blue) = 117+86+123=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #75567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75567B is #8AA984. Grayscale: #636363. Windows color (decimal): -9087365 or 8083061. OLE color: 8083061.

HSL color Cylindrical-coordinate representation of color #75567B: hue angle of 290.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75567B is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 86 123 -
CMYK 0.05 0.30 0 0.52
HSL 290.27º 0.18% 0.41% -
HSV(B) 290.27º 0.3% 0.48% -
XYZ 14.24 11.87 20.28 -
YUV 99.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 117 86 123 0.05 0.30 0 0.52 290.27 0.18 0.41
Hex 75 56 7B 5 1E 0 34 122 12 29
Octal 165 126 173 5 36 0 64 442 22 51
Binary 1110101 1010110 1111011 101 11110 0 110100 100100010 10010 101001

Color Harmonies of #75567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75567B

Black with #75567B

Text Example


Text Example

White with #75567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,86,123); }

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

background-color css

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

 a { background-color: rgb(117,86,123); }

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

border-color css

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

 span { border-color: rgb(117,86,123); }

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