Html Css Color HEX #74567A Affair

📋 copy color: '#74567A'

red 116 ◦ green 86 ◦ blue 122

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

Shades of Affair #74567A

Tints of Affair #74567A

RGB

 RED value IS 116 (45.7% from 255) = 35.8%

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

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

R = 35.8%
G = 26.54%
B = 37.65%

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

#74567A (or 0x74567A) is known color: Affair. HEX triplet: 74, 56 and 7A. RGB value is (116,86,122). Sum of RGB (Red+Green+Blue) = 116+86+122=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #74567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74567A is #8BA985. Grayscale: #626262. Windows color (decimal): -9152902 or 8017524. OLE color: 8017524.

HSL color Cylindrical-coordinate representation of color #74567A: hue angle of 290º degrees, saturation: 0.17, 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 #74567A is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 86 122 -
CMYK 0.05 0.30 0 0.52
HSL 290º 0.17% 0.41% -
HSV(B) 290º 0.3% 0.48% -
XYZ 14.04 11.77 19.94 -
YUV 99.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 116 86 122 0.05 0.30 0 0.52 290 0.17 0.41
Hex 74 56 7A 5 1E 0 34 122 11 29
Octal 164 126 172 5 36 0 64 442 21 51
Binary 1110100 1010110 1111010 101 11110 0 110100 100100010 10001 101001

Color Harmonies of #74567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74567A

Black with #74567A

Text Example


Text Example

White with #74567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74567A; }

 p { color: rgb(116,86,122); }

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

background-color css

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

 a { background-color: rgb(116,86,122); }

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

border-color css

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

 span { border-color: rgb(116,86,122); }

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