Html Css Color HEX #754E7A Affair

📋 copy color: '#754E7A'

red 117 ◦ green 78 ◦ blue 122

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

Shades of Affair #754E7A

Tints of Affair #754E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.61%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 36.91%
G = 24.61%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#754E7A (or 0x754E7A) is known color: Affair. HEX triplet: 75, 4E and 7A. RGB value is (117,78,122). Sum of RGB (Red+Green+Blue) = 117+78+122=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #754E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E7A is #8AB185. Grayscale: #5E5E5E. Windows color (decimal): -9089414 or 8015477. OLE color: 8015477.

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

Color convert

RGB 117 78 122 -
CMYK 0.04 0.36 0 0.52
HSL 293.18º 0.22% 0.39% -
HSV(B) 293.18º 0.36% 0.48% -
XYZ 13.57 10.64 19.75 -
YUV 94.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 117 78 122 0.04 0.36 0 0.52 293.18 0.22 0.39
Hex 75 4E 7A 4 24 0 34 125 16 27
Octal 165 116 172 4 44 0 64 445 26 47
Binary 1110101 1001110 1111010 100 100100 0 110100 100100101 10110 100111

Color Harmonies of #754E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E7A

Black with #754E7A

Text Example


Text Example

White with #754E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754E7A; }

 p { color: rgb(117,78,122); }

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

background-color css

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

 a { background-color: rgb(117,78,122); }

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

border-color css

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

 span { border-color: rgb(117,78,122); }

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