Html Css Color HEX #674D75 Affair

📋 copy color: '#674D75'

red 103 ◦ green 77 ◦ blue 117

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

Shades of Affair #674D75

Tints of Affair #674D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 34.68%
G = 25.93%
B = 39.39%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#674D75 (or 0x674D75) is known color: Affair. HEX triplet: 67, 4D and 75. RGB value is (103,77,117). Sum of RGB (Red+Green+Blue) = 103+77+117=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #674D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D75 is #98B28A. Grayscale: #595959. Windows color (decimal): -10007179 or 7687527. OLE color: 7687527.

HSL color Cylindrical-coordinate representation of color #674D75: hue angle of 279º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #674D75 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 77 117 -
CMYK 0.12 0.34 0 0.54
HSL 279º 0.21% 0.38% -
HSV(B) 279º 0.34% 0.46% -
XYZ 11.46 9.48 18.05 -
YUV 89.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 103 77 117 0.12 0.34 0 0.54 279 0.21 0.38
Hex 67 4D 75 C 22 0 36 117 15 26
Octal 147 115 165 14 42 0 66 427 25 46
Binary 1100111 1001101 1110101 1100 100010 0 110110 100010111 10101 100110

Color Harmonies of #674D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D75

Black with #674D75

Text Example


Text Example

White with #674D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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