Html Css Color HEX #674C77 Affair

📋 copy color: '#674C77'

red 103 ◦ green 76 ◦ blue 119

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

Shades of Affair #674C77

Tints of Affair #674C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 34.56%
G = 25.5%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#674C77 (or 0x674C77) is known color: Affair. HEX triplet: 67, 4C and 77. RGB value is (103,76,119). Sum of RGB (Red+Green+Blue) = 103+76+119=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #674C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C77 is #98B388. Grayscale: #585858. Windows color (decimal): -10007433 or 7818343. OLE color: 7818343.

HSL color Cylindrical-coordinate representation of color #674C77: hue angle of 277.67º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674C77 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 76 119 -
CMYK 0.13 0.36 0 0.53
HSL 277.67º 0.22% 0.38% -
HSV(B) 277.67º 0.36% 0.47% -
XYZ 11.51 9.38 18.66 -
YUV 88.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 103 76 119 0.13 0.36 0 0.53 277.67 0.22 0.38
Hex 67 4C 77 D 24 0 35 116 16 26
Octal 147 114 167 15 44 0 65 426 26 46
Binary 1100111 1001100 1110111 1101 100100 0 110101 100010110 10110 100110

Color Harmonies of #674C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C77

Black with #674C77

Text Example


Text Example

White with #674C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,76,119); }

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

background-color css

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

 a { background-color: rgb(103,76,119); }

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

border-color css

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

 span { border-color: rgb(103,76,119); }

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