Html Css Color HEX #74567B Affair

📋 copy color: '#74567B'

red 116 ◦ green 86 ◦ blue 123

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

Shades of Affair #74567B

Tints of Affair #74567B

RGB

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

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

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

R = 35.69%
G = 26.46%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74567B (or 0x74567B) is known color: Affair. HEX triplet: 74, 56 and 7B. RGB value is (116,86,123). Sum of RGB (Red+Green+Blue) = 116+86+123=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #74567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74567B is #8BA984. Grayscale: #636363. Windows color (decimal): -9152901 or 8083060. OLE color: 8083060.

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

Color convert

RGB 116 86 123 -
CMYK 0.06 0.30 0 0.52
HSL 288.65º 0.18% 0.41% -
HSV(B) 288.65º 0.3% 0.48% -
XYZ 14.11 11.8 20.27 -
YUV 99.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 116 86 123 0.06 0.30 0 0.52 288.65 0.18 0.41
Hex 74 56 7B 6 1E 0 34 121 12 29
Octal 164 126 173 6 36 0 64 441 22 51
Binary 1110100 1010110 1111011 110 11110 0 110100 100100001 10010 101001

Color Harmonies of #74567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74567B

Black with #74567B

Text Example


Text Example

White with #74567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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