Html Css Color HEX #674D7A Affair

📋 copy color: '#674D7A'

red 103 ◦ green 77 ◦ blue 122

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

Shades of Affair #674D7A

Tints of Affair #674D7A

RGB

 RED value IS 103 (40.63% from 255) = 34.11%

 GREEN value IS 77 (30.47% from 255) = 25.5%

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

R = 34.11%
G = 25.5%
B = 40.4%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#674D7A (or 0x674D7A) is known color: Affair. HEX triplet: 67, 4D and 7A. RGB value is (103,77,122). Sum of RGB (Red+Green+Blue) = 103+77+122=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #674D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D7A is #98B285. Grayscale: #595959. Windows color (decimal): -10007174 or 8015207. OLE color: 8015207.

HSL color Cylindrical-coordinate representation of color #674D7A: hue angle of 274.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674D7A is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 77 122 -
CMYK 0.16 0.37 0 0.52
HSL 274.67º 0.23% 0.39% -
HSV(B) 274.67º 0.37% 0.48% -
XYZ 11.76 9.6 19.64 -
YUV 89.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 103 77 122 0.16 0.37 0 0.52 274.67 0.23 0.39
Hex 67 4D 7A 10 25 0 34 113 17 27
Octal 147 115 172 20 45 0 64 423 27 47
Binary 1100111 1001101 1111010 10000 100101 0 110100 100010011 10111 100111

Color Harmonies of #674D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D7A

Black with #674D7A

Text Example


Text Example

White with #674D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674D7A; }

 p { color: rgb(103,77,122); }

 H1.HeaderClassName
 {
   color: #674D7A;
 }
 .AnyTagClassName
 {
   color: #674D7A;
 }
</style>

background-color css

<style>
 a { background-color: #674D7A; }

 a { background-color: rgb(103,77,122); }

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

border-color css

<style>
 span { border-color: #674D7A; }

 span { border-color: rgb(103,77,122); }

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